@extends('layouts.admin') @section('title', 'Edit Blog') @section('content')

Edit Blog

@if ($errors->any())
@endif
@csrf @method('PUT')
@if ($blog->image) Current Image
@endif
popular) ? 'checked' : '' }} value="1">
@endsection