@extends('layouts.master') @section('title',__('index.payment_method')) @section('sub_page','Lists') @section('page') {{ __('index.payment_method') }} @endsection @section('main-content')
@include('admin.section.flash_message')

@include('admin.payrollSetting.common.breadcrumb')
@include('admin.payrollSetting.common.setting_menu')
@can('add_payment_method') {{__('index.add_payment_method')}} @endcan
@forelse($paymentMethodLists as $key => $value) @empty @endforelse
# {{__('index.name')}} {{__('index.status')}} {{__('index.action')}}
{{++$key}} {{ucfirst($value->name)}}
  • @can('payment_method')
  • @endcan @can('payment_method')
  • @endcan

{{__('index.no_records_found')}}

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