@extends('rental-company.layout.master') @section('title', __('Send Notification')) @section('content')
{{ __('Send Notification to') }}: {{ $driver->name }}
@csrf
{{ __('Cancel') }}
@endsection