@extends('layouts.app') @section('extra_css') @endsection @section("breadcrumb")
| @lang('fleet.expenseType') | @lang('fleet.expenseAmount') | @lang('fleet.action') | @if($value != null) @php $i=0; @endphp @foreach($value as $key=>$row)
|---|---|---|
| {{$row['exp_name']}} | {{$row['exp_amount']}} | {!! Form::open(['route' =>['acquisition.destroy',$vehicle->id],'method'=>'DELETE','class'=>'form-horizontal']) !!} {!! Form::hidden("vid",$vehicle->id) !!} {!! Form::hidden("key",$key) !!} {!! Form::close() !!} |
| @lang('fleet.total') | {{$i}} |