@extends('core::layouts.master') @section('title') ព័ត៌មានឥណទានអំលិត @endsection @section('styles') @stop @section('content') ព័ត៌មានឥណទានលំអិត {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} ព័ត៌មានឥណទាន ព័ត៌មានឥណទានលំអិត {{$loan->loan_product->name}}(#{{$loan->id}}) @if($loan->status=='submitted' ||$loan->status=='pending') @can('loan.loans.approve_loan') {{ trans_choice('loan::general.approve',1) }} {{ trans_choice('loan::general.reject',1) }} {{ trans_choice('loan::general.withdraw',1) }} @endcan @can('loan.loans.edit') {{ trans_choice('core::general.edit',1) }} @endcan @can('loan.loans.approve_loan') {{ trans_choice('loan::general.approve',1) }} {{ trans_choice('loan::general.loan',1) }} × {{csrf_field()}} {{ trans_choice('core::general.date',1) }} {{ trans_choice('core::general.amount',1) }} {{ trans_choice('core::general.note',2) }} {{ trans_choice('loan::general.reject',1) }} {{ trans_choice('loan::general.loan',1) }} × {{csrf_field()}} {{ trans_choice('core::general.note',2) }} {{ trans_choice('loan::general.withdraw',1) }} {{ trans_choice('loan::general.loan',1) }} × {{csrf_field()}} {{ trans_choice('core::general.note',2) }} @endcan @endif @if($loan->status=='active') @can('loan.loans.transactions.create') Make Repayment @endcan @can('loan.loans.disburse_loan')