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