@extends('admin.layouts.master') @section('title', ucwords(str_replace('-', ' ', $slug)) . ' | Blocks') @section('content') @include('admin.page.top-nav')
@include('admin.page.side-nav')
{{-- content --}}

Block List

@foreach ($blocks as $index => $block) @endforeach
# Image Title Action
{{ ++$index }} @if ($block->image) Image @else N/A @endif {{ $block->getTranslation('title', 'en') }}
@csrf
@endsection