@extends('layouts.master') @section('title', __('Dashboard')) @push('styles') @endpush @section('breadcrumb-text')

{{ __('Dashboard Setting') }}

{{ __('You can drag and drop the tiles to arrange them as per your preference.') }}

@endsection @section('content') @endsection @push('scripts') @endpush