@extends('layouts.app') @section('content') @include('frontend/artistSummarHeader') Artist Details Biography Area and Pricing VAT Registration Discounts Rider and Requirements Booking Extras Repertoire Testimonials Images Audio YouTube Videos @csrf @if(!empty($artistArt)) @endif Artist Details Artist/Act Name Website Genre Please Select @if(!empty($categories)) @foreach($categories as $category) genre_id)) {{($artistArt->genre_id == $category->id) ? 'selected' :''}} @endif>{{$category->name}} @endforeach @endif No. of Members Please Select @for($member=1 ; $member<=19 ; $member++ ) no_of_members)) {{($artistArt->no_of_members == $member) ? 'selected' :''}} @endif>{{$member}} @endfor 20+ Lead Vocals Please Select @if(!empty($vocals)) @foreach($vocals as $key=>$vocal) lead_vocal)) {{($artistArt->lead_vocal == $key) ? 'selected' :''}} @endif>{{$vocal}} @endforeach @endif Based In Please Select @if(!empty($states)) @foreach($states as $state) @foreach($state->city->where('state_id', $state->id) as $city) city_id)) {{($artistArt->city_id == $city->id) ? 'selected' :''}} @endif>{{$city->name}} @endforeach @endforeach @endif Banner Upload @if(!empty($artistArt->banner_image)) @endif NEXT Biography @csrf @if(!empty($artistArt)) @endif Biography @if(!empty($artistArt->biography)) {{$artistArt->biography}} @endif NEXT Areas and Pricing @csrf @if(!empty($artistArt)) @endif @if(!empty($states)) @foreach($states as $state) {{$state->name}} @foreach($state->city->where('state_id', $state->id) as $key => $city) {{$city->name}} @endforeach @endforeach @endif NEXT VAT Registration @csrf @if(!empty($artistArt)) @endif VAT Number NEXT Discounts @csrf @if(!empty($artistArt)) @endif Select Month Discount @if(!empty($months)) @foreach($months as $month) {{$month->name}} @endforeach @endif @if(!empty($days)) @foreach($days as $day) {{$day->name}} Please Select @for($per=1 ; $per<=20 ; $per++ ) {{$per}}% @endfor @endforeach @endif NEXT Rider / Requirements @csrf @if(!empty($artistArt)) @endif Requirements @if(!empty($artistArt->rider_requirenment)) {{$artistArt->rider_requirenment}} @endif NEXT Booking Extras @if(!empty($bookings)) @if(!$bookings->isEmpty()) @foreach($bookings as $booking) Name Price Add New Extra @endforeach @endif @endif @csrf @if(!empty($artistArt)) @endif Name Price Add New Extra NEXT Repertoire @csrf @if(!empty($artistArt)) @endif Track Name (Enter new tracks into the field below, seperate each track with a comma(,)) @if(!empty($repertories)) {{$repertories}} @endif NEXT Testimonials @csrf @if(!empty($artistArt)) @endif @if(!empty($testimonials)) @if(!$testimonials->isEmpty()) @foreach($testimonials as $testimonial) Author Text {{$testimonial->testimonial}} Remove Testimonial @endforeach @endif @endif Author Text Add New Testimonial NEXT Images @if(!empty($images)) @if(!$images->isEmpty()) @foreach($images as $image) Remove Image @endforeach @endif @endif @csrf @if(!empty($artistArt)) @endif Title File Upload Add More NEXT Audios @if(!empty($audios)) @if(!$audios->isEmpty()) @foreach($audios as $audio) {{$audio->title}} Remove Audio @endforeach @endif @endif @csrf @if(!empty($artistArt)) @endif Title File Upload Add More NEXT YouTube Videos @if(!empty($videos)) @if(!$videos->isEmpty()) @foreach($videos as $video) {{$video->title}} Remove Video @endforeach @endif @endif @csrf @if(!empty($artistArt)) @endif Title Youtube Link Add more NEXT @endsection