@extends('frontend.layouts.template') @section('content') @php if( $type == 'advisory'){ $bg = asset('frontend/assetsnew/img/about/BG18.png'); }else{ $bg = asset('frontend/assetsnew/img/about/BG8.png'); } @endphp
{{ strtoupper( $type ) }} BOARD
@if ($boards) @foreach ($boards as $board) @php $country = json_decode( $board->country ); @endphp
@if ($board->image) @else @endif
{!! $board->name !!} @if( $country )
@endif
@if( $country )
{{ $country->text }}
@endif
{!! $board->description !!}
@if ($board->email ) {{ $board->email }} @endif @if ($board->bottom_text ) {{ $board->bottom_text }} @endif
@endforeach @endif
@endsection @section('stylesheet') @endsection