@extends('layouts.dashboard') @section('css') @endsection @section('page-title'){{ __('BackOffice Dashboard') }}@endsection @section('menu'){{ __('Dashboard') }}@endsection @section('content') @endsection @section('script') @endsection