@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.users') }} @endsection @section('heading') {{ __('common.category') }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name']) }}@endsection--}} @section('content')
@if (session('status'))
check {{ session('status') }}
@endif
@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