@extends('site.layouts.master') @section('title') {{__('site.Profile_Page')}} | {{$user->name}} @endsection @section('metatags') @endsection @section('content')
{{ $user->name }} @if(Route::is('site.editProfile'))
@lang('site.change_profile_photo')
@endif
@if(Route::is('site.editProfile'))
{{csrf_field()}}
@endif @if(!Route::is('site.editProfile'))

{{ $user->name }}

{{ $user->email }}
@endif
@if(!Route::is('site.editProfile'))
@lang('site.Edit Profile')
@endif
@if(!Route::is('site.editProfile'))
@endif
@yield('profileContent')
@endsection @section('script') @include('site.layouts.js.favouriteButtonScript') @endsection