{{-- Extends layout --}}
@extends('layout.app_private')
{{-- Content --}}
@section('content')
@include('pages.'.$data["name"].'.upsert.content_'.config("app.code"))
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('scripts')
{{-- --}}
@if ($data["lang"] != "en")
@endif
@endsection