@extends('Partners.Layouts.Page') @section('styles') @endsection @section('content') @include('Partners.Reservations.Booking.Statics') @foreach($rows as $row)
{!! bookings_partner_badge($row) !!}

#{{$row->fake_id}}

{{$row->unit->name_ar}}
{!! booking_date($row->from) !!}
{!! booking_date($row->to) !!}
{!! isVerifiedUser($row->user->nafath_validated) !!} @if(!$row->user->nafath_validated) @endif