@extends('layouts.app') @section('title', 'Add Station') @section('page-title', 'Add Station') @section('content')
@csrf
@error('name')

{{ $message }}

@enderror
@error('region_id')

{{ $message }}

@enderror
Cancel
@endsection