@extends('welcome') @section('title','Profile') @section('content-breadcrumb') @endsection @section('content-header') Profile @endsection @section('content')
@include('dashboard.messages')
@if($place->image) User profile picture @else User profile picture @endif

{{trim($place->name)}}

{{trim($place->email)}}

Joined at: {{trim($place->created_at->format('d M Y'))}}

Show Analysis

About {{trim(request()->session()->get('admin')->name)}}

Address

Governorate: {{trim($place->governorate)}}
City: {{trim($place->city)}}
Street: {{trim($place->street)}}


Profile Link

{{$url}}


@if($place->image) User profile picture @else User profile picture @endif {{trim($place->name)}}

{{htmlspecialchars(trim($place->description))}}

@csrf @method('PUT')
@if($place->image) @else @endif
@endsection @push('scripts') @endpush