@extends('adminlte::page') @section('title', __('title.languages')) @section('content_top_nav_right') @endsection @section('content_header') @stop @section('plugins.Flag', true) @section('plugins.Datatables', true) @section('plugins.Select2', true) @section('plugins.Toggle', true) @section('plugins.Pace', true) @section('plugins.Toastr', true) @section('plugins.Sweetalert2', true) @section('content')
@include('admin.languages._create')
@include('layouts.partials._table')
@stop @include('layouts.partials._dark-css') @push('js') @include('layouts.partials._notification') @include('layouts.partials._datatables') @include('layouts.partials._switch_lang') @include('admin.languages._script') @include('admin.languages._languages') @include('admin.languages._countries') @endpush @section('footer') @include('layouts.partials._footer') @stop