@extends('public.layouts.default') @section('title') | Fleet @endsection @section('content')
@if($fleet->video) @php $parsed_url_query = parse_url($fleet->video, PHP_URL_QUERY); $parsed_url_path = parse_url($fleet->video,PHP_URL_PATH); $url = "https://www.youtube.com/embed".$parsed_url_path."?".$parsed_url_query; @endphp @else Image preview @endif

{{ $fleet->name}}

{!! html_entity_decode($fleet->description) !!}

    @foreach(explode(",",$fleet->features) as $feature)
  • {{ $feature }}
  • @endforeach
@php $filesIds =''; @endphp @foreach($fleet->fleet_images as $image) @php $filesIds .= $image->id.',' @endphp @endforeach
@if(!empty($image['filename'])) @endif {{--

Testimonials

    @include('public.pages.home._view_testimonial')
--}}

Testimonial

@foreach ($testimonials as $testimonial)
Client Image {{-- Testimonial --}}

{{ $testimonial->comment }}

- {{ $testimonial->name }}

@endforeach

We have Been providing excellent limo services in toronto and greater toronto area

@endsection @section('scripts') @endsection