@extends('public.layouts.default') @section('title') | Fleet @endsection @section('content')
@if($fleet->video) @else Image preview @endif

{{ $fleet->name}}

{{ $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')

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

@endsection @section('scripts') @endsection