@extends('layouts.master') @section('title','Payment Method') @section('sub_page','Lists') @section('page') Payment Methods @endsection @section('main-content')
@include('admin.section.flash_message')

@include('admin.payrollSetting.common.breadcrumb')
@include('admin.payrollSetting.common.setting_menu')
@can('add_payment_method') Add Payment Method @endcan
@forelse($paymentMethodLists as $key => $value) @empty @endforelse
# Name Status Action
{{++$key}} {{ucfirst($value->name)}}
  • @can('edit_payment_method')
  • @endcan @can('delete_payment_method')
  • @endcan

No records found!

@include('admin.payrollSetting.paymentMethod.edit') @endsection @section('scripts') @include('admin.payrollSetting.paymentMethod.common.scripts') @endsection