@extends('front.layout') @section('title') @yield('account_title') @endsection @section('css') @yield('account_css') @endsection @section('content') {{__('What are you looking for?')}} {{__('My account')}} {{__('My account')}} {{__('Notifications')}} @if($product_notifications_count) {{$product_notifications_count}} @endif {{__('Documents')}} @if($document_notifications_count) {{$document_notifications_count}} @endif {{__('Notes')}} {{__('Order now')}} {{__('Our products')}} {{__('Account setting')}} {{__('Store setting')}} {{__('Change password')}} {{__('Orders')}} {{__('Balance')}} {{-- Contact --}} @yield('account_content') @endsection @section('scripts') @yield('account_scripts') @endsection