@extends('layouts.master') @section('title', 'All Projects') @section('content')

All Projects

@foreach($all as $key => $project) @endforeach
SL Title Details Created At Action
{{ $key + 1 }} {!! str_limit($project->title, 40) !!} {!! str_limit($project->details, 70) !!} {{ $not_date }} - {{ $time }}
@csrf
@endsection