{{-- Extends layout --}}
@extends('layout.app_private')
{{-- Content --}}
@section('content')
@include('pages.'.$data["name"].'.list.content_'.config("app.code"))
@if (config("env.view.reconsheet.sheet.easy_sheet_enabled") === true)
@include('pages.'.$data["name"].'.list.modal_create_reconsheet_mode')
@endif
@if ($data["sheet"]["upload"]["sheet_by_csv"]["enabled"] === true)
@include('pages.'.$data["name"].'.list.modal_upload_reconsheet_by_csv')
@endif
@if ($data["sheet"]["upload"]["sheet_config"]["enabled"] === true)
@if (Recon::canManageUploadConfig())
@include('pages.'.$data["name"].'.list.modal_upload_reconsheet_config')
@endif
@endif
@include('pages.'.$data["name"].'.list.modal_convert_reconsheet')
{{-- @include('pages.'.$data["name"].'.list.modal_error_reconsheet') --}}
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('scripts')
@endsection