@extends('eventManagement.layouts.master') @section('content')
@if (!empty(Auth::guard('eventManagement')->user()->image))
@else image
{{--
Web Developer
--}} @endif

Edit Profile

@csrf
{{$errors->first('name')}}
Please fill in the first name
managementDetail)) value="{{ $event_profile->managementDetail->address }}" @endif class="form-control"> {{$errors->first('address')}}
Please fill in the last name
{{$errors->first('email')}}
Please fill in the email
managementDetail)) value="{{ $event_profile->managementDetail->phone_number }}" @endif class="form-control"> {{$errors->first('phone_number')}}
{{$errors->first('paypal_email')}}
Please fill in the email
@foreach($all_vuenue as $key => $all_vuenue_val) @endforeach
Id Name Address Website Budget Venue Type Music Genres IG Fb Tiktok
{{$all_vuenue_val->id}} {{$all_vuenue_val->name}} {{$all_vuenue_val->address}} {{$all_vuenue_val->website}} {{$all_vuenue_val->budget}}$ @if(!empty($all_vuenue_val->venuetype)) @foreach($all_vuenue_val->venuetype as $key => $venuetypevalue) {{$venuetypevalue->name}}, @endforeach @endif @if(!empty($all_vuenue_val->music)) @foreach($all_vuenue_val->music as $key => $musicvalue) {{$musicvalue->name}}, @endforeach @endif {{$all_vuenue_val->ig}} {{$all_vuenue_val->facebook}} {{$all_vuenue_val->tiktok}}
@endsection