@extends('frontend.bigbag.layouts.app') @push('css') @endpush @section('content')

{{ __('Dashboard') }}

  1. {{ __('Home') }}
  2. {{ __('Dashboard') }}
  • {{ __('Dashboard') }}
  • {{ __('Orders') }}
  • {{ __('Account details') }}
  • {{ __('Logout') }}
  • @csrf
@yield('user_content')

@endsection