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

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

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