@extends('layouts.app') @section('content')
@include('frontend/artistSummarHeader')
@csrf @if(!empty($artistArt)) @endif
@if(!empty($artistArt->banner_image))
@endif
@csrf @if(!empty($artistArt)) @endif
@csrf @if(!empty($artistArt)) @endif
@if(!empty($states)) @foreach($states as $state)
@foreach($state->city->where('state_id', $state->id) as $key => $city)
@endforeach
@endforeach @endif
@csrf @if(!empty($artistArt)) @endif
@csrf @if(!empty($artistArt)) @endif
@if(!empty($months)) @foreach($months as $month)
@endforeach @endif
@if(!empty($days)) @foreach($days as $day)
@endforeach @endif
@csrf @if(!empty($artistArt)) @endif
@if(!empty($bookings)) @if(!$bookings->isEmpty()) @foreach($bookings as $booking)
@endforeach @endif @endif
@csrf @if(!empty($artistArt)) @endif
@csrf @if(!empty($artistArt)) @endif
@csrf @if(!empty($artistArt)) @endif
@if(!empty($testimonials)) @if(!$testimonials->isEmpty()) @foreach($testimonials as $testimonial)
@endforeach @endif @endif
@if(!empty($images)) @if(!$images->isEmpty()) @foreach($images as $image) @endforeach @endif @endif
@csrf @if(!empty($artistArt)) @endif
image
Add More
@if(!empty($audios)) @if(!$audios->isEmpty()) @foreach($audios as $audio)
{{$audio->title}}
@endforeach @endif @endif
@csrf @if(!empty($artistArt)) @endif
Add More
@if(!empty($videos)) @if(!$videos->isEmpty()) @foreach($videos as $video)
{{$video->title}}
@endforeach @endif @endif
@csrf @if(!empty($artistArt)) @endif
@endsection