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

Dispatchers

Create
@if(session()->get('success'))
{{ session()->get('success') }}

@endif @foreach($dispatchers as $dispatcher) @endforeach
Name Dispatcher ID Edit Delete
{{$dispatcher->name}} {{$dispatcher->dispatcher_id}}
@method('DELETE') {{ csrf_field() }}
@endsection @section('footer') @endsection