@if (Session::get('Delete'))
Delete!
{{Session::get('Delete')}}
@endif
@if (Session::get('DeleteAll'))
Delete All!
{{Session::get('DeleteAll')}}
@endif
| Acount ID |
Date |
OpeningBalance |
ClosingBalance |
Status |
Action |
| {{$Balance->AcountID}} |
{{$Balance->Date}} |
{{$Balance->OpeningBalance}} |
{{$Balance->ClosingBalance}} |
@if($Balance->Status)Active
@else Deactive @endif
|
{{ Form::open(['url' => '/balance/'.$Balance->id,'method' => 'DELETE'])}}
{{ Form::close() }}
|