@extends('layouts.app') @section("breadcrumb")
| @lang('fleet.name') | @lang('fleet.cost') | @lang('fleet.price') | @lang('fleet.quantity') | @lang('fleet.created') | @lang('fleet.action') |
|---|---|---|---|---|---|
| {{$row->get_part->description}} | {{$row->price_eur}} | {{$row->price_local}} | {{$row->volume}} | {{$row->created_at}} | {!! Form::open(['url' => 'stock/'.$row->id,'method'=>'DELETE','class'=>'form-horizontal','id'=>'form_'.$row->id]) !!} {!! Form::hidden("id",$row->id) !!} {!! Form::close() !!} |