@extends('admin.base') @section('title')

Projects

@endsection @section('content')

Projects

Add Project @foreach($projects as $project) @endforeach
Id Title Published Date
{{$project->id}} {{ Str::limit($project->title, 30, "...") }} {{$project->is_published ? "Yes" : "No"}} {{$project->created_at->format('Y-m-d')}} Edit
$project->id]) }} method="post"> @csrf
@endsection