@if(Session::has('flash_message'))
@endif
@if(Session::has('error'))
@endif
{{ Session::get('flash_message')}}
{{ Session::get('error')}}
Lista
@foreach ($sociais as $social)
@if ($social->data_devolucao != null)
@else
@endif
@endforeach
Novo cadastro
Trabalho social | Liderança | Data solicitada | Data devolução | Ações | |
---|---|---|---|---|---|
{{ $social->grupo->nome }} | {{ $social->lideranca_nome }} | {{ date("d/m/Y", strtotime($social->data_emprestimo)) }} | {{ date("d/m/Y", strtotime($social->data_devolucao)) }} | - |