@extends('admin.layout.app')
@section('preload-section')
{{-- You must include files that need to be preloaded: Syncronous scripts and Stylesheets mostly --}}
@endsection
@section('content')
@endsection
@section('postload-section')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user --}}
@endsection