@extends('adminlte::page')
@section('title', __('title.general_layout'))
@inject('utlHelper', 'App\Helpers\UtlHelper')
@section('content_top_nav_right')
@endsection
@section('content_header')
@stop
@section('plugins.Flag', true)
@section('plugins.Datatables', true)
@section('plugins.BootstrapSwitch', true)
@section('plugins.Pace', true)
@section('plugins.Toastr', true)
@section('plugins.Sweetalert2', true)
@section('content')
@stop
@push('css')
@include('admin.themes._style')
@endpush
@push('js')
@include('layouts.partials._notification')
@include('layouts.partials._switch_lang')
@include('layouts.partials._csrf-token')
@include('admin.languages._languages')
@endpush
@section('footer')
@include('layouts.partials._footer')
@stop