@extends('layouts.app') @section('title') Add Sale @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if ($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Add New Sale

Note: All * fields are mandatory


Customer Information