@extends('layouts.app') @section('title', 'Edit — '.$station->name) @section('page-title', 'Edit Station') @section('content')
@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
Cancel
@endsection