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

Projects

@endsection @section('content') @foreach($projects as $project) @endforeach
Titulo create
{{$project->title}} edit
$project->id]) }} method="post"> @csrf
@endsection