@extends('client_panel.layouts.app') @section('title') {{ __('messages.dashboard') }} @endsection @section('content')
@include('flash::message')

{{ __('messages.dashboard') }}

@endsection @section('page_js') @endsection @section('scripts') @endsection