@extends('adminlte::page') @section('title', 'Blog Edit') @section('content_header')

Edit Blog

@stop @section('content')
@method('PATCH') @csrf
@php $relCategories = explode(',', $blog->related_blog_category_id); @endphp
{{-- @foreach ($blog->blogImages as $indexKey => $blogImg) $blog->blogImages[0]->alt_text
@endforeach @foreach ($blog->blogImages as $indexKey =>$blogImg) @endforeach--}}
blogImages[0])) id="blog-img-{{$blog->blogImages[0]->blog_id}}" @endif> @if(isset($blog->blogImages[0]))@endif blogImages[0])) value="{{$blog->blogImages[0]->order}}" @endif type="text" class="col-md-3" name="blog_img[0][order]" placeholder="Order"> blogImages[0])) value="{{$blog->blogImages[0]->alt_text}}" @endif type="text" class="col-md-3" name="blog_img[0][alt_text]" placeholder="Alternate Text">

FAQ's

@foreach ($faqs as $index => $faq)



@endforeach
@if(empty($blog->fb_publish_id)) {{--
--}} @endif @if(empty($blog->insta_publish_id)) {{--
--}} @endif
status)?'checked':''}}>
is_published)?'checked':''}}>
@if($blog->related_blog_category_id == 3 || $blog->related_blog_category_id == 16)
@else
@endif
@section('js') {{-- --}} @stop @stop