@extends('Admin.master_layout.master') @section('title', 'Orders') @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

Orders - add


@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
Orders - add
Date with Formate of (YYYY-MM-DD HH:mm)
Items
Item UoM Rate Qty Price
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection