@extends('frontend.layouts.app') @php $company_info = session('company_info'); @endphp @section('style') @endsection @section('content')

Booked

@if ($sport_booking->count() > 0)
    @foreach ($sport_booking as $book)
  • @endforeach

Select Any One

@else

You haven't booked yet.

@endif
@endsection @section('script') @endsection