@extends('layouts.app') @section('page-title', 'Service') @section('page-header')

Couriers

{{-- --}}
@endsection @section('breadcrumb')
@endsection @section('body')
Couriers
@foreach ($couriers as $courier) @endforeach
Courier Name Action
{{ $courier->name }} View Edit Delete
@endsection @push('js') @endpush