@extends('layouts.app') @section('custom_styles') @endsection @section('content')

Add Route Assignments

@csrf @method('post')
@error('day_id')
{{ $message }}
@enderror
Route Assignments
@foreach($route_assignments as $route_assignment) @endforeach
{{ __('Name') }} {{ __('Route') }} {{ __('Day') }}
{{$route_assignment->user->name}} {{$route_assignment->route->route_name}} {{$route_assignment->day}}
{{-- @if( $users->hasPages() ) @endif --}}
@endsection