@extends('adminlte::page') @section('title', __('title.galleries')) @section('content_top_nav_right') @endsection @section('plugins.Flag', true) @section('plugins.Datatables', true) @section('plugins.BsCustomFileInput', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('content_header') @stop @section('content')
@include('admin.galleries._create') @include('layouts.partials._table')
@stop @push('js') @include('layouts.partials._datatables') @include('layouts.partials._switch_lang') @include('layouts.partials._notification') @if($errors->has('file')) @endif @endpush @section('footer') @include('layouts.partials._footer') @stop