@extends('layouts.master')
@section('title')
@lang('translation.Preloader')
@endsection
@section('body')
@endsection
@section('content')
@component('common-components.breadcrumb')
@slot('pagetitle')
Vertical
@endslot
@slot('title')
Preloader
@endslot
@endcomponent
@endsection
@section('script')
@endsection