@extends('layouts.digitar') @section('Breadcrumbs') {!! Breadcrumbs::render('box.list') !!} @endsection @section('content')

Última caixa registrada

{{ $latest_box }}

{!! Form::label('date', 'Descrição:') !!} {!! Form::input('text', 'description', $form->input('description'), ['class' => 'form-control']) !!}

@include('flash::message') @if ($boxes->isEmpty())
Sem dados. Insira um novo registro.
@else @include('storagePlaces.box.table') @endif
@endsection