@if ($lodge || $restaurant || $organization || $company)
@if ($lodge)
{{ trns('lodge') }}
{{ $lodge }}
{{ trns('lodge') }}
{{ $rooms }}
{{trns('rooms') }}
{{ $completedRoomReservation }}
{{ trns('completed_reservation') }}
{{--
--}}
{{ $inCompletedRoomReservation }}
{{ trns('incompleted_reservation') }}
@endif
@if ($company)
{{-- $company count --}}
{{ trns('company') }}
{{ $company }}
{{ trns('company') }}
{{ $busCount }}
{{ trns('bus') }}
{{ $completedBusReservation }}
{{ trns('completed_reservation') }}
{{ $inCompletedBusReservation }}
{{ trns('incompleted_reservation') }}
@endif
@if ($restaurant)
{{-- $restaurant count --}}
{{ trns('restaurant') }}
{{ $restaurant }}
{{ trns('restaurant') }}
{{ $restaurantMenuCount }}
{{ trns('restaurant_menu') }}
{{ $completedRestaurantReservation }}
{{ trns('completed_reservation') }}
{{ $inCompletedRestaurantReservation }}
{{ trns('incompleted_reservation') }}
@endif
@if ($organization)
{{-- $organization count --}}
{{ trns('organization') }}
{{ $organization }}
{{ trns('organization') }}
{{ $wayServiceCount }}
{{ trns('way_service') }}
{{ $completedOrganizationReservation }}
{{ trns('completed_reservation') }}
{{ $inCompletedOrganizationReservation }}
{{ trns('incompleted_reservation') }}
@endif
@else
{{ trns("you dont have any statistics yet.") }}
@endif
{{-- cahrts --}}
@if ($lodge || $restaurant || $organization || $company)
@endsection
@section('js')
@endsection