@extends('backEnd.layouts.master') @section('title', 'Courier Settings') @section('content')
@csrf
{{-- Steadfast --}}
Steadfast Courier
status ? 'checked' : '' }}>
Steadfast: steadfast.com.bd
{{-- Pathao --}}
Pathao Courier
status ? 'checked' : '' }}>
Pathao: pathao.com
{{-- Manual Couriers --}}
Manual Courier Names
status ?? true) ? 'checked' : '' }}>

এক বা একাধিক courier name add করুন। Booking → Manual Book dropdown-এ দেখাবে।

@forelse($manualCouriers as $i => $mc)
status ? 'checked' : '' }}>
@empty
@endforelse
@endsection @push('scripts') @endpush