@extends('backend.layout.app') @section('title','New order') @push('css') @endpush @section('main_menu','HOME') @section('active_menu','New order') @section('link',route('admin.adminDashboard')) @section('content')

Total:

Id Customer Name Package Name Total Amount Payment Status Order Status Order Time Action
@endsection @push('js') @include('backend.order.order_js') @endpush