@extends('admin.master') @section('title', __('keywords.edit_route')) @section('content')

{{ __('keywords.edit_route') }}

@method('PUT') @csrf
{{-- --}}
{{-- --}}
@endsection