@extends('layouts.FarmerOrganization.app') @section('styles') @endsection @section('page-wrapper')
{{ Breadcrumbs::render('Champion Overview', $dataCollectorAdmin) }}

Champion Profile

@if(!empty($previous)) Previous @endif @if(!empty($next)) Next @endif
@include('FarmerOrganization.dataCollectors.partials.profileHead')
@if(count($dataCollectorMonthlyOverview) > 0 || count($dataCollectorAnnualOverview)> 0) @if(count($dataCollectorMonthlyOverview) > 0)

{{ $dataCollectorAdmin->gender == 'female' ? 'Her' : 'His' }} Monthly Overview

@endif @if(count($dataCollectorAnnualOverview) > 0)

{{ $dataCollectorAdmin->gender == 'female' ? 'Her' : 'His' }} Annual Overview

@endif @else
No Overview exists due to inadequate data
@endif
@endsection @section('scripts') {{----}} @endsection