@extends('layouts.master') @section('title') {{ __('routes') }} @endsection @section('content')

{{ __('create_route') }}

@csrf

{{ __('list_routes') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('distance') }} {{ __('Shift') }} {{ __('status') }} {{ __('pickup_points') }} {{ __('created_at') }} {{ __('updated_at') }} {{ __('action') }}
@endsection