@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.city_label') }} @endsection @section('heading') {{ __('common.city_label') }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name']) }}@endsection--}} @section('content')
@include($options['route_controller'].'.includes.form')
@endsection @push('head.start') @include('includes.plugins', ['name' => 'select2-css']) @endpush @push('body.end') @include('includes.plugins', ['name' => 'select2-js']) @endpush