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