@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Blog

@endsection @section('breadcrumb-items') @endsection @section('content')
Edit Blog
@csrf @method('PUT')
@if($errors->any()) @endif @if(Session::has('message')) @endif
main_section == 1 ? 'checked' : ''}} name="main_section">
whats_new == 1 ? 'checked' : ''}} name="whats_new">
top_story == 1 ? 'checked' : ''}} name="top_story">
featured_posts == 1 ? 'checked' : ''}} name="featured_posts">
popular == 1 ? 'checked' : ''}} name="popular">

@if((isset($blog)) && ($blog->hasMedia('thumbnail'))) @endif
@endsection @section('script') @endsection