@extends('admin.layouts.master') @section('title') Projects @stop @section('style') @stop @section('content')

Managers

@foreach($managers as $manager) @endforeach
ID Code Manager Name Email Active Created At Actions
{{$manager->id}} {{$manager->code}} {{$manager->firstname}} {{$manager->lastname}} {{$manager->email_ad}} @if ($manager->active == 1) Yes @else No @endif {{date("d-M-Y", strtotime($manager->created_at))}} {{----}}
@if(Session('info'))
@endif
@stop @section('script') @stop