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

Projections

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
S.No. Project Name User Amount Month Year
{{ $loop->iteration }} {{ $value['project_name'] }} {{ $value['user_name'] }} ${{ $value['amount'] }} {{ $value['month'] }} {{ $value['year'] }}
@endsection @push('footer-script') @endpush