@extends('admin.layouts.master') @section('backEndContent')
@csrf @method('POST')

Blog Details

@if ($blog->image) Current Image @endif

Blog Sections

@foreach ($blog->sections as $section)
Section
@if ($section->long_image) Current Image @endif
@if ($section->small_images) @foreach (json_decode($section->small_images) as $small_image) Current Image @endforeach @endif
@endforeach
Cancel
@endsection