@extends('layouts.app') @section('title', 'Projects | ') @section('content')
@if(count($result) > 0 ) @foreach($result as $item) @endforeach @else @endif
Project Created at Action
{{str_limit(ucfirst($item->name),100)}} {{date('d-m-Y',strtotime($item->created_at))}} View

It seems like now you are not assigned to any project.

@endsection