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