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

Nova Venda

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

S/. 0.00

S/. 0.00


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