• Generic placeholder image
    Erwin E. Brown
    UI Designer
    Generic placeholder image
    Jacob Deo
    Developer
  • @php $locale = session()->get('locale'); @endphp @switch($locale) @case('bn') user-image @break @default user-image @endswitch
    user-image German user-image Bengali
  • @if($notifications->count() > 0 ) @foreach($notifications as $notification) {{$loop->iteration}} @endforeach @endif
    {{-- --}} {{-- Clear All--}} {{-- --}} Notification
    @if($notifications->count() > 0 ) @foreach($notifications as $notification)

    {{ $notification->data['subject'] }} {{$notification->created_at->format('M d Y h:i A')}}

    @endforeach @endif
    {{-- --}} {{-- View all--}} {{-- --}} {{-- --}}
  • user-image {{Auth::user()->name}}
    Welcome !
    My Account
    @csrf Logout
@if(settings(SITE_LOGO)) img @else img @endif @if(settings(SITE_LOGO)) img @else img @endif @if(settings(SITE_LOGO)) img @else img @endif @if(settings(SITE_LOGO)) img @else img @endif
  • {{__('Website')}}