@extends('frontend.layouts.template') @section('content')
{{ $category->name }}
@if ($boards) @foreach ($boards as $board) @php $country = json_decode( $board->country ); @endphp
@if ($board->image) @else @endif
{{ $board->name }}
{{ ucfirst( $country->text ) }}
{!! $board->description !!}
@if ($board->email ) {{ $board->email }} @endif Advisory Committee Chairman
@endforeach @endif
@endsection @section('stylesheet') @endsection