@extends('layouts.app') @section('title', 'Official Referees - Lumbini Province Taekwondo Association') @section('content') OFFICIALS Official LPTA Referees @if($referees->count() > 0) @foreach($referees as $ref) @if($ref->photo) @else {{ substr($ref->name, 0, 1) }} @endif {{ $ref->name }} {{ $ref->certification_level }} {{ $ref->experience_years }} Years Judging Experience @if($ref->email) {{ $ref->email }} @endif @if($ref->bio) {{ $ref->bio }} @endif @endforeach @else No active referees registered in the system. @endif @endsection
{{ $ref->bio }}
No active referees registered in the system.