@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/logis/resources/views/settings/index.blade.php on line 138

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

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

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