@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.branch',1)}} {{trans_choice('core::general.select',1)}} @foreach($branches as $key) {{$key->name}} @endforeach @error('branch_id') {{ $message }} @enderror {{trans_choice('core::general.currency',1)}} {{trans_choice('core::general.select',1)}} @foreach($currencies as $key) {{$key->name}} @endforeach @error('currency_id') {{ $message }} @enderror ទឹកប្រាក់ @error('amount') {{ $message }} @enderror {{trans_choice('accounting::general.debit',1)}} @error('debit') {{ $message }} @enderror {{trans_choice('accounting::general.credit',1)}} @error('credit') {{ $message }} @enderror {{trans_choice('core::general.date',1)}} @error('date') {{ $message }} @enderror លេខយោង @error('reference') {{ $message }} @enderror ប្រភេទបង់ប្រាក់ {{trans_choice('core::general.select',1)}} @foreach($payment_types as $key) {{$key->name}} @endforeach @error('payment_type_id') {{ $message }} @enderror លេខបណ្ណ @error('receipt') {{ $message }} @enderror {{trans_choice('core::general.note',2)}} @error('notes') {{ $message }} @enderror @endsection @section('scripts') @endsection