@extends('eventManagement.layouts.master') @section('content')
isEmpty())style="display:none" @endif>
@csrf

Post

@if(session('success-post'))
{{session('success-post')}}
@endif
{{$errors->first('venue_name')}}
Please fill in the first name
{{$errors->first('venue_address')}}
Please fill in the last name
{{$errors->first('budget')}}
Please fill in the email
{{$errors->first('event_date')}}
{{$errors->first('start')}}
{{$errors->first('end')}}

Post

@if(session('success'))
{{session('success')}}
@endif @csrf
Please fill in the first name
Please fill in the last name

Search Result

@if(!$dj->isEmpty()) @foreach($dj as $djs)
image {{-- image --}}
@if(!$djs->limitmusic->isEmpty()) @foreach($djs->limitmusic as $key => $limitmusicvalue)
  • {{$limitmusicvalue->name}}
  • @endforeach @endif
    @if(!$djs->limitevents->isEmpty()) @foreach($djs->limitevents as $key => $limiteventsvalue)
  • {{$limiteventsvalue->name}}
  • @endforeach @endif

    @if (!empty($djs->entertainerDetail)) {{ $djs->entertainerDetail->bio }} @endif

    @endforeach @else

    DJ Not Found

    @endif
    @endsection