@extends('layouts.master') @section('title',__('index.router')) @section('action',__('index.edit')) @section('main-content')
@include('admin.section.flash_message') @include('admin.router.common.breadcrumb')
@method('PUT') @csrf @include('admin.router.common.form')
@endsection