@extends('layouts.app') @section('title', isset($order) ? 'Edit Order' : 'Add Order') @section('content') {{-- ========================================================= PAGE HEADER ========================================================= --}}
{{ isset($order) ? 'Update the customer order and invoice details.' : 'Create a new stationery distribution order for a customer.' }}