@extends('frontend.master', ['activePage' => 'blog']) @section('title', __('Our Latest Blog')) @section('content')

{{ __('Blogs') }}

  

({{ count($blogs) }})

  • @foreach ($category as $item)
  • @endforeach
@if (count($blogs) == 0)
{{ __('There are no blogs added yet') }}
@endif
@foreach ($category as $item) @php $i = 0; @endphp @endforeach
@endsection