@extends('template.layouts.template-base') @section('title', 'Edit Blog') @section('styles') @endsection @section('content')
@csrf @method('PUT')

Blog

is_default) == 1 ? 'checked' : '' }}>

Blog Media

@foreach($blog->galleryImages->take(2) as $i => $galleryImg)
@endforeach @for($i = $blog->galleryImages->count(); $i < 2; $i++)
@endfor

SEO Meta Configuration




Cancel
@endsection @section('scripts') @endsection