@extends('layouts.admin') @section('title', 'Manual Courier') @section('breadcrumb', 'Manual Courier') @section('content')
Manage courier services for manual and bulk order shipping.
{{ $editCourier ? 'Update the courier details below.' : 'Add a new courier service for manual shipping.' }}
| ID | Courier Service | Name | Tracking URL | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $courier->id }} | {{ $courier->courier_service }} | {{ $courier->name }} | @if($courier->tracking_url) {{ $courier->tracking_url }} @else - @endif | @if($courier->is_active) Active @else Inactive @endif |
{{ $courier->created_at->ist()->format('M d, Y') }}
{{ $courier->created_at->ist()->format('h:i A') }}
|
|
| No courier services found. Add your first courier service above. | ||||||