@extends('layouts.default') @section('content')

@foreach($tablesPP as $tablePP) @if ($tablePP->is_active == 1 ) @else @endif @endforeach

{{ trans('labels.timeslot') }}



    Warning: Undefined variable $timeslots in /home/abazis/apps/eveil/resources/views/tablesPP/index.blade.php on line 145

    Warning: foreach() argument must be of type array|object, null given in /home/abazis/apps/eveil/resources/views/tablesPP/index.blade.php on line 145

Warning: Undefined variable $timeslots in /home/abazis/apps/eveil/resources/views/tablesPP/index.blade.php on line 160

Warning: foreach() argument must be of type array|object, null given in /home/abazis/apps/eveil/resources/views/tablesPP/index.blade.php on line 160
@endsection