@extends('layouts.app') @section('title', 'Team Mikey - Mikey Network') @section('meta_description', 'Meet the dedicated team behind The Mikey Network, working to save lives through defibrillator placement and education.') @section('content') @isset($blogs)
@foreach($blogs as $current_blog)

{{ $current_blog->title }}

{{ $current_blog->short_description }}

POSTED ON : {{ Carbon\Carbon::parse($current_blog->publish_date)->format('F j, Y') }}

@if($current_blog->external_link_source_title) @else @endif Learn More
@endforeach
{{ $blogs->links('pagination::bootstrap-5') }}
@endisset @isset($blog)

{{$blog['title']}}

{!!$blog['description']!!}

Published on : {{ Carbon\Carbon::parse($blog['publish_date'])->format('F j, Y') }}

@endisset @endsection