SYG @php /* Pobieram obszary aktywne dla danej instytucji */ $obszary = DB::connection('mysql-2')->table('zs001_obszary') ->where('id', '=', 12) ->first(); @endphp