@extends('layouts.admin-app') @section('title') Dashboard @endsection @section('styles') @endsection @section('content') @include('partial.top-menu')

Projects

New Project
@foreach($projects as $k => $proj) @endforeach
Title Category Description Goal Donation Usage Announced Status Action
{{ $proj->title }} {{ $proj->category->name ?? '' }} {{ $proj->description }} {{ $proj->goal }} {{ $proj->donation_usage }} {{ human_date($proj->created_at) }} {{ $proj->status }}
@if($proj->status != 'approved') @endif
@endsection @section('scripts') @endsection