@extends('layouts.app') @section('title') Loan List @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')| S.No | Date | Type | Amount | Recived | Remaining Loan | status | status approve | Action |
|---|---|---|---|---|---|---|---|---|
| {{$count++}} | {{$list->date}} | {{$list->type}} | {{$list->loan_amount}} | {{$total[0]}} | {{$list->remaning}} |
@if($list->remaning == 0 )
|
@if($list->is_approved == 0 )
|
@if($list->is_approved != 1 ) Edit Delete Approve @endif @if($list->is_approved != 0 ) Receipt @endif |
@elseif(strpos( $d->document_url,'pdf') !== false)
@else
@endif