@include('backend.inc/breadcrumbs', ['items' => ['Route Management: Route Creator Details', $item->title], 'back' => route('route-creator.index'), 'backTitle' => 'Back to Route Creator Listing'])
@include('backend.inc/route-tabs')
{!! Form::open(['route' => ['route-creator.update', $item->id], 'method' =>'PUT', 'class' => 'js-ajax-form']) !!}
@include('backend.route/_form')
{!! Form::close() !!}
@endsection