@extends('masterpage.masterpage') @section ('content')

Trabalho social

@if(Session::has('flash_message'))
{{ Session::get('flash_message')}}
@endif @if(Session::has('error'))
{{ Session::get('error')}}
@endif

Lista

@foreach ($sociais as $social) @if ($social->data_devolucao != null) @else @endif @endforeach
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)) }}-
Novo cadastro
@stop @section('scripts') @stop