@extends('layout.admin_layout') @section('title', 'Manage Route') @section('body') @section('header', 'Edit Route') @section('badge') @endsection
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ csrf_field() }}
@error('route') {{ $message }} @enderror
@endsection