@php if(isset($t) && $t == '55') { $t = 55; }else{ $t = 3; } @endphp @switch($t) @case(55) @include('dashboard.items.table_1') @break @case(2) @include('dashboard.items.table_2') @break @case(3) @include('dashboard.items.table_3') @break @default @include('dashboard.items.table_3') @endswitch