@extends('layouts.app') @section('content')

All courier

Showing
entries
@can('create','courier') Add new @endcan
@if($couriers->count()>0) @if($filters['rows'] != "All")
Showing {{ $couriers->count() }} entries
@endif @endif
@endsection @section('page_script') @parent @endsection