@extends('website.layouts.web-layouts') @section('title', 'FBCCI | Magazine') @section('description', 'Magazine | FBCCI Magazines') @section('image', '') @section('url', url()->full()) @section('content') {{-- bread-cumb --}} @foreach ($magazines as $magazine) {{ Str::of($magazine->title ?? '')->words(4) }} @endforeach @if (empty($magazines)) @endif @endsection