@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('amount') {{ $message }} @enderror ប្រាក់ពិន័យ @error('penalties_amount') {{ $message }} @enderror លេខបណ្ណទទួលប្រាក់ @error('receipt') {{ $message }} @enderror ប្រមូលដោយ @error('users_id') {{ $message }} @enderror {{trans_choice('core::general.note',2)}} @error('description') {{ $message }} @enderror មន្ដ្រីឥណទាន ទឹកប្រាក់ត្រូវបង់ផ្ដាច់សរុប ប្រាក់ដើម ការប្រាក់ {{ trans_choice('loan::general.waive',1) }} Interest សេវាផ្សេងៗ {{ trans_choice('loan::general.waive',1) }} Fee ប្រាក់ពិន័យ លើកលែងការប្រាក់ × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} ការប្រាក់ត្រូវលើកលែង {{ trans_choice('core::general.note',2) }} លើកលែងសេវារដ្ឋបាល × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} សេវារដ្ឋបាលត្រូវលើកលែង {{ trans_choice('core::general.note',2) }} @endsection @section('scripts') @endsection