@extends('master.app') @section('title', 'projects') @section('pageCSS') @endsection @section('body')

projects

Report @include('general.filter-button') Add
@include('projects.filter-form')
@foreach ($data as $row) @endforeach
# Name Code Donner Budget Start Date End Date Actions
{{ $loop->iteration }} {{ $row->name }} {{ $row->location }} {{ $row->donner->name }} {{ $row->approved_budget }} {{ $row->start_date }} {{ $row->end_date }}
{{ $data->links('pagination::bootstrap-4') }}
{{-- @include('sale.projects.filter-modal') --}} @endsection @section('pageJs') @endsection