@extends('frontend.bigbag.account.layout.app') @section('user_content')
{{ __('Hello') }} {{ Auth::guard('customer')->user()->name }} (not {{ Auth::guard('customer')->user()->name }}? {{ __('Logout') }})
{{ __('From your account dashboard you can view your') }} {{ __('recent orders') }} and {{ __('edit your password and account details') }} .
@endsection