@extends('layouts.member-app') @section('page-title')

Prjections

Add New Projections
@endsection @push('head-script') @endpush @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if(($projectionsInfo)) @foreach($projectionsInfo as $key=>$value) @endforeach @endif @endsection @push('footer-script') @endpush
S.No. Project Name User Amount Month Year
{{$loop->iteration}} {{$value['project_name']}} {{$value['user_name']}} ${{$value['amount']}} {{$value['month']}} {{$value['year']}}