@extends('layouts.user.master') @section('title') @lang('translation.list-view') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @lang('user-dashboard.user') @endslot @slot('title') @lang('user-dashboard.dashboard') @endslot @endcomponent @endsection @section('script') @endsection