@extends('layouts.app') @section('content')
| # | @lang('fleet.name') | @lang('fleet.incomeAmount') | @lang('fleet.created') | Action |
|---|---|---|---|---|
| {{$row->id}} | {{$row->name}} | {{$row->cost}} | {{$row->created_at}} | {!! Form::open(['url' => 'incomecategories/'.$row->id,'method'=>'DELETE','class'=>'form-horizontal']) !!} id."/edit")}}" class="btn btn-warning"> {!! Form::close() !!} |