@if ($booking_list->count() > 0)

{{ get_phrase('Showing') . ' ' . count($booking_list) . ' ' . get_phrase('of') . ' ' . $booking_list->total() . ' ' . get_phrase('data') }}

@foreach ($booking_list as $key => $booking) @endforeach

{{ get_phrase('Showing') . ' ' . count($booking_list) . ' ' . get_phrase('of') . ' ' . $booking_list->total() . ' ' . get_phrase('data') }}

{{ $booking_list->links() }}
@else @include('instructor.no_data') @endif