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

Dispatcher info : {{$dispatcher->name}}

@method('DELETE') {{ csrf_field() }}
Edit
Name {{$dispatcher->name}}
Dispatcher ID {{$dispatcher->driver_id}}
@endsection