@extends('layouts.main') @include('site.meta.og_content') @section('content')

@if($slug != 'news' && $slug != 'events')
@endif
@foreach($resources->take(1) as $key => $resource)
@endforeach
@stop @push('style') @endpush @push('script') @endpush