@inject('GetCounts', 'App\Traits\GetCounts') @extends('layouts.app') @section('content') @if(!empty($about))

@php echo !empty($about->name) ? $about->name : '' @endphp

@php echo !empty($about->description) ? $about->description : '' @endphp Read More
@endif

Featured Acts

@if(count($featuredActs) > 0) @foreach($featuredActs as $featuredAct) @endforeach @else
No Records Found
@endif

Why Hire A Band Through I Do Music

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  • Curabitur sit amet leo hendrerit, laoreet felis id, cursus neque.
  • Mauris pulvinar lorem at imperdiet aliquet.
  • Curabitur vel augue eu ex condimentum dictum.
  • Donec posuere urna nec lectus pellentesque faucibus.
  • Curabitur sit amet leo hendrerit, laoreet felis id, cursus neque.

Featured Blogs

Wedding entertainment is what I Do Music do. With over 20 years experience in the wedding entertainment industry.

Learn how to look sharper!

@if(!empty($topBlogs)) @foreach($topBlogs as $recentblog) @endforeach @endif

Reviews from happy couples

@if(count($testimonials) > 0) @foreach($testimonials as $testnials)

{{$testnials->content}}

{{$testnials->author}}

{{$testnials->created_at}}

@endforeach @else

No Testimonial Data Found

@endif
@endsection