{{-- Extends layout --}}
@extends('layout.app_private')
{{-- Content --}}
@section('content')
@include('pages.lab.read.content')
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('scripts')
@endsection