@extends('layouts.picocss-main') @section('content')

Pastoral Point {{ date("Y") }}

{{ $student->name }}

id }} />
@foreach ($student->pastoralPoints as $point) {{ csrf_field() }}
{{ $point->parameter }}
@if ($point->point_category !== "Shepherdorial Status")
@if ($point->data_type === 'boolean') @if ($point->pivot->points > 0) @else @endif @else @if ($point->pivot->points > 0) @else @endif @endif
@else
@if ($point->data_type === 'boolean') @else @endif
@endif
@endforeach
@endsection