@extends('layouts.app') @section('content')
| @lang('fleet.expenseType') | @lang('fleet.expenseAmount') | Action | @php $i=0; @endphp @foreach($data as $row)
|---|---|---|
| {{$row->exp_name}} | {{$row->exp_amount}} | {!! Form::open(['route' =>['acquisition.destroy',$row->id],'method'=>'DELETE','class'=>'form-horizontal']) !!} {!! Form::close() !!} |
| @lang('fleet.total') | {{$i}} |