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

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


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

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

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

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