@extends('layouts.master') @section('title', __('frontend.layout')) @section('content_title', __('frontend.layout')) @section('content_summary', 'frontend summary') @section('content_taskbar') @endsection @section('main_content')
@include('frontend::layout.partials.list')
@if (auth()->user()->can('frontend.services.trash_view'))
@include('frontend::layout.partials.trash_list')
@endif
@endsection @push('script') @endpush