@if ($profile)
@else
@endif
@if(count($news)>0)
@endif
@if(count($images)>0)
{{-- --}}
@endif
@if(count($videos)>0)
{{-- --}}
@endif
@endsection
About {{env('APP_NAME')}}
*Information not available*
News Updates
@foreach ($news as $item)
@if($item->type == 'international_news')
@else
@endif
@endforeach