@extends('layouts.app') @section('title', 'Archive Projects |') @section('content')
@if(count($projects)>0) @foreach($projects as $item) @endforeach @endif
Name Archive Date Created by Actions
{{ucfirst($item->name)}} {{$item->username}}
@endsection