@extends('front_box.default', ['title' => 'Editar Venda - PDV']) @section('content') {!!Form::open()->fill($item) ->put() ->route('frontbox.update', [$item->id]) ->id('form-pdv-update') ->multipart() !!}
@include('front_box._forms')
{!!Form::close()!!} @endsection {{-- @section('js') @endsection --}}