@extends('layouts.app') @section('content')
Taxi Services
Add Taxi Service
@if($taxiservices->count() > 0) @foreach($taxiservices as $taxiservice) @endforeach
Image Title Category Price Actions
@if($taxiservice->image) {{ $taxiservice->title }} @else No Image @endif {{ $taxiservice->title }} {{ $taxiservice->category->name }} {{ $taxiservice->price }}
@else
No Keyplaces Yet

Create your first keyplace to organize destinations.

@endif
@endsection @section('scripts') @endsection