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