@extends('frontend::layouts.master') @section('content') @section('title', __('frontend.blogs')) @include('frontend::components.section.breadcrumb')
{{ __('service.all') }} {{ __('frontend.blogs') }}
@for ($i = 0; $i < 8; $i++) @include('frontend::components.card.shimmer_category_card') @endfor
@endsection @push('after-styles') @endpush @push('after-scripts') @endpush