{{--

{{ __('Dashboard') }}

{{ __("You're logged in!") }}
--}} @extends('backend.layouts.app') @section('title', 'Dashboard') @section('content')

Dashboard

@endsection