@extends('user-front.layout') @section('tab-title') {{ $keywords['edit_profile'] ?? __('Edit profile') }} @endsection @section('page-name') {{ $keywords['edit_profile'] ?? __('Edit profile') }} @endsection @section('br-name') {{ $keywords['edit_profile'] ?? __('Edit profile') }} @endsection @section('content')
@includeIf('user-front.customer.side-navbar')
@endsection