@extends('layouts.app') @section('content')

Projects

Create Project
@csrf
@foreach($projects as $p) @endforeach
Name Code City Currency Status Actions
{{ $p->name }} {{ $p->code }} {{ $p->city }} {{ $p->currency }} {{ $p->status }} Edit
@csrf @method('DELETE')
@csrf
{{ $projects->links() }}
@endsection