@extends('layouts.vertical', ['title' => 'Preloader Layout']) @section('css') @endsection @section('content')
Loading...
@include('layouts.partials/page-title', ['title' => 'Preloader'])
@endsection @section('scripts') @endsection