@extends('admin.layouts.app') @section('title', 'সংবাদ সম্পাদনা') @section('content')
@csrf @method('PUT')
@if(!auth()->user()->isReporter())
@endif
@if($news->featured_image)
@endif
is_breaking)?'checked':'' }}>
is_featured)?'checked':'' }}>
is_trending)?'checked':'' }}>
@endsection