@extends('layouts.app')
@section('page-title', 'Service')
@section('page-header')
@endsection
@section('breadcrumb')
@endsection
@section('body')
Courier Name |
Action |
@foreach ($couriers as $courier)
{{ $courier->name }}
|
View
Edit
Delete
|
@endforeach
@endsection
@push('js')
@endpush