@extends('sales.layouts.app') @section("content")
@if (count($errors) > 0) @include('partials.error', ['errors'=>$errors]) @endif
@endsection @section("script") @stop