@extends('admin.layouts.app') @section('panel') @php $pageTitle = 'Courier Accounts'; @endphp @push('breadcrumb-plugins') Add Courier @endpush
Courier Accounts
Total: {{ $couriers->total() ?? 0 }}
@forelse($couriers as $courier) @empty @endforelse
Account Courier Base URL Default Status Sort Action
{{ $courier->name }}
{{ $drivers[$courier->driver] ?? ucwords(str_replace('_', ' ', $courier->driver)) }}
{{ $courier->base_url ?: '-' }}
@if($courier->is_default) Default @else - @endif @if($courier->is_active) Active @else Inactive @endif {{ $courier->sort_order }}
@csrf
কোনো courier account পাওয়া যায়নি।
@if($couriers->hasPages())
{{ $couriers->links() }}
@endif
@endsection @push('style') @endpush