@extends('admin.layouts.master') @section('title', 'Blocks') @section('content')
@foreach ($blocks as $index => $block) @endforeach
# Icon Image Title Subtitle Description Action
{{ ++$index }} Icon Image {{ $block->getTranslation('title', 'en') }} {{ $block->getTranslation('subtitle', 'en') }} {!! $block->getTranslation('description', 'en') !!}
@csrf @method('DELETE')
@endsection