@extends('layouts.app') @section('content')
@lang('fleet.manageStock') : {{$part->name}} id)}}" class="btn btn-success">@lang('fleet.addNew')
@foreach($data as $row) @endforeach
@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() !!}
@endsection