@extends('admin.layouts.app')
@section('breadcrumb-link')
{{$breadcrumbs['index']['text']}}
@endsection
@section('create-link')
Create
@endsection
@section('content')
@forelse($entities as $key => $entity)
{{ucwords($entity->name)}}
{{$entity->address}}
P: {{$entity->phone}}
@empty
No Dispatch Yet!
@endforelse
@endsection