@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('datatable-styles') @include('sections.datatable_css') @endpush @section('content')
@foreach($showRooms as $index => $room) @endforeach
{{__('Export As Pdf')}} {{__('Export As Excel')}}
@foreach($userShowRoomVisits as $index => $userShowRoom)
{{ __('app.id')}} {{__('User Name')}} {{__('User Type')}} {{__('Show Room Name')}} {{__('Number Of Visits')}}