@extends('estilos.main') @section('content')

Nova Venda

@if(count($errors)>0)
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
{!!Form::open(array('url'=>'vendas/uservenda','method'=>'POST','autocomplete'=>'off'))!!} {!!Form::token()!!}
Opções Artigo Quantidade P-Venda Desconto Sub-Total
Total

S/. 0.00


{!!Form::close()!!} @push('scripts') @endpush @endsection