@extends('layouts.admin') @section('content')
@method('PUT') @csrf
General Information

Geography

@foreach($district_list as $pd)
@if($count++%8==0)
@endif @endforeach

Stakeholders

@foreach ($stackholders_list as $stackholder )
@if($count++%4==0)
@endif @endforeach

Beneificiries

@foreach($benif as $ben) @endforeach
{{str_replace('_',' ',$ben->description)}} beneificiaries as $pben) @if($ben->description==$pben->indicator) Checked @break @endif @endforeach > beneificiaries as $pben) value="{{$pben->values}}" @endforeach />

Project Focal Persons

@endsection