@extends('frontend.layouts.app')
@php
$company_info = session('company_info');
@endphp
@section('style')
@endsection
@section('content')
@if ($sport_booking->count() > 0)
@foreach ($sport_booking as $book)
-
@endforeach
@else
You haven't booked yet.
@endif
@endsection
@section('script')
@endsection