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

Archived Courier

Showing
entries
@if($couriers->count()>0)
Showing {{ $couriers->count() }} entries
@endif
@endsection @section('page_script') @parent @endsection