@extends('layouts.front', ['title' => __('User Profile')]) @if (strlen(config('settings.recaptcha_site_key'))>2) @section('head') {!! htmlScriptTagJsApi([]) !!} @endsection @endif @section('content') @include('users.partials.header', [ 'title' => "", 'headerImage' =>config('global.restorant_details_cover_image') ])