@extends('frontend.default.layouts.app') @section('breadcrumb') {{ __('common.dashboard') }} @endsection @section('title') {{ __('common.dashboard') }} @endsection @section('content') @include('frontend.default.partials._breadcrumb')
@endsection