@extends('layouts.site')
@section('title','Zgłoszenia Sygnalista')
@section('organizacja')
@section('content')
@php
$zgloszenie_table = DB::table('t080_sygnalista_zgloszenia')
->where('id','=',$zgloszenie->id)
->first();
@endphp
@endsection
@section('navbar')
@include('sites.syg._navbar_syg')
@include('sites.syg._navbar_syg_lista')
Formularz - Opis podjętych działań - Informacja dla Sygnalisty
@endsection
@section('menu')
@include('sites.syg.menu_syg')
@endsection