@extends('core::layouts.master') @section('title') បង្កើតប្រតិបត្ដិការ @endsection @section('content') បង្កើតប្រតិបត្ដិការ {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} ប្រតិបត្ដិការសង់ត្រឡប់ បង្កើតប្រតិបត្ដិការ {{csrf_field()}} បង់ប្រាក់តាមរយៈ {{trans_choice('core::general.select',1)}} @foreach($payment_types as $key) {{$key->name}} @endforeach @error('payment_type_id') {{ $message }} @enderror {{trans_choice('core::general.date',1)}} @error('date') {{ $message }} @enderror {{trans_choice('client::general.client',1)}} @error('client_id') {{ $message }} @enderror លេខបណ្ណទទួលប្រាក់ @error('receipt') {{ $message }} @enderror ឈ្មោះមន្ដ្រីឥណទាន @error('users_id') {{ $message }} @enderror ព័ត៌មានឥណទាន គណនី ទឹកប្រាក់ជំពាក់សរុប ប្រាក់ដើម Specified Principal ការប្រាក់ Specified Interest សេវាផ្សេងៗ Specified Fees ប្រាក់ពិន័យ Specified Penalty Specified Pricipal × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} ប្រាក់បង់ប្រាក់ដើម {{ trans_choice('core::general.note',2) }} Specified Interest × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} ប្រាក់បង់ការប្រាក់ {{ trans_choice('core::general.note',2) }} Specified Fees × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} ប្រាក់បង់សេវា {{ trans_choice('core::general.note',2) }} Specified Penalty × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} ប្រាក់បង់សេវា {{ trans_choice('core::general.note',2) }} @endsection @section('scripts') @endsection