@extends('layouts.master') @section('title', pageTitle('Create Terminal')) @section('content') @include('sections.breadcrumb')
Terminal's Information
@include('sections.messages')
@csrf
State
Select State
@if (isset($states) && count($states) > 0) @foreach ($states as $state)
{{ $state->name }}
@endforeach @endif
@error('state')
{{ $message }}
@enderror
Location
Select Location
@error('location')
{{ $message }}
@enderror
Terminal Name
Address
{{ old('address') }}
Submit form
@stop @section('page-styles') @stop @section('page-scripts') @stop