@extends("layout") @section("content")
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
{{ Lang::choice('messages.lot',2) }}
@foreach($lots as $lot) @endforeach
{{ Lang::choice('messages.name', 1) }} {{ Lang::choice('messages.description', 1) }} {{ Lang::choice('messages.expiry-date', 1) }} {{ Lang::choice('messages.instrument', 1) }}
{{ $lot->number }} {{ $lot->description }} {{ $lot->expiry }} {{ $lot->instrument->name }} {{trans('messages.view')}} id . "/edit") }}" > {{ trans('messages.edit') }}
{{ Session::put('SOURCE_URL', URL::full()) }}
@stop