{!! Form::open([
'method'=>'DELETE',
'url' => ['logistic/expense', $expense->id],
'style' => 'display:inline'
]) !!}
{!! Form::button('
Delete', array(
'type' => 'submit',
'class' => 'btn btn-danger btn-xs',
'title' => 'Delete Expense',
'onclick'=>'return confirm("Confirm delete?")'
))!!}
{!! Form::close() !!}
ID | {{ $expense->id }} |
Booking No | {{ $expense->booking_no }} |
---|
Supplier Id | {{ $expense->supplier_id }} |
---|
Performa Inovice | {{ $expense->performa_inovice }} |