{{-- Extends layout --}}
@extends('layout.app_private')
{{-- Content --}}
@section('content')
@include('pages.'.$data["name"].'.read.content')
@include('pages.'.$data["name"].'.read.modal_generate_pdf')
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('scripts')
@endsection