@extends('core::layouts.master') @section('title') ព័ត៌មានឥណទានអំលិត @endsection @section('styles') @stop @section('content')
ព័ត៌មានឥណទានលំអិត {{ trans_choice('core::general.back',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') @endcan @endif @if($loan->status=='active') @can('loan.loans.transactions.create') Make Repayment @endcan @can('loan.loans.disburse_loan')