@extends('layouts.app') @section('page_title', 'Create Order') @section('page_subtitle', 'Record a new order manually') @section('content')
@csrf @include('orders._form')
@endsection