@extends('layouts.admissions') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

UNHCR Results

{{csrf_field()}}
@if(!empty($result)) @foreach($result as $c) @if(Auth::user()->head == "Y") @else @endif @endforeach()
# NatID Names Gender Contacts Chief Religious Parents Well
wishers
Community Year Comp. Margin. E.P E.W.Written Neediness E.cont total County SubCou Const Tribe AddedBy Action
{{$c->user}} {{$c->id_number}} {{$c->first_name}} {{$c->middle_name}} {{$c->last_name}} {{$c->gender}} Student : {{$c->student_phone}}
Kin : {{$c->kins_phone}}
{{$c->chief_rec}} {{$c->Religious_rec}} {{$c->parents_avail}} {{$c->well_wishers}} {{$c->community_service}} {{$c->year_completion}} {{$c->marginalized}} {{$c->essay}} {{$c->well_written}} {{$c->neediness}} {{$c->contribution}} {{$c->total}} {{$c->cname}} {{$c->subcounty}} {{$c->const}} {{$c->tribe}} {{$c->name}}Edit  
@else
No data yet!
@endif
@stop