@extends('admin.layouts.main') @section('title', ___('Edit blog')) @section('content')
@csrf @method('PUT')

{{ ___('Allowed JPG, JPEG or PNG.') }}

{{ ___('Select Pending if you want to hide this from the frontend') }}
@php $selectcats = []; foreach($blog->categories as $category){ $selectcats[] = $category->id; } @endphp
@push('scripts_at_top') @endpush @push('scripts_vendor') @endpush @endsection