@extends('layouts.user_type.auth') @section('content')
@if (session('success')) @endif
All Projects
+  Tambah Project
@foreach ($projects as $project) @endforeach
No Project Name Description Status Action
{{ $loop->iteration }} {{ $project->nama_project }} {{ $project->deskripsi }} {{ $project->status }}
@endsection