@extends('admin.layouts.layout') @section('container_content') @include('admin.layouts.menu')

{{ $title ?? __('dashboard.title')}}

{{--
    --}} {{--
  • --}} {{--
    --}} {{-- --}} {{-- --}} {{-- 1--}} {{-- --}} {{--
    --}} {{--
  • --}} {{--
--}}
{{ $currentUserInfo->name ?? '' }}
{{-- @if(count($errors))--}} {{--
--}} {{-- @foreach($errors->all() as $error)--}} {{--
  • --}} {{-- {{$error}}--}} {{--
  • --}} {{-- @endforeach--}} {{--
    --}} {{-- @endif--}} @if (session('message'))
    {{session('message')}}
    @endif @yield('content')
    @endsection @section('container_js') {{-- --}} @yield('inner_js') @endsection