@extends('dash.layouts.app') @section('title') Create Order @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Create New Order

@csrf
@endsection @section('js') @endsection