@extends('admin.layouts.app') @section('breadcrumb-link') @endsection @section('create-link') Create @endsection @section('content')
@forelse($entities as $key => $entity)
user

{{ucwords($entity->name)}}

{{$entity->address}}

P: {{$entity->phone}}
@empty

No Dispatch Yet!

@endforelse
@endsection