@extends('components.layout.admin.container') @section('title', 'Blog') @section('links') @endsection @section('main')

Kembali

@if ($errors->any())

Beberapa error ketika mencoba menyimpan data:

    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
@csrf @method('PUT')
{{ $blog->title . ' Image' }}
show ? 'checked' : '' }}>
@endsection @section('scripts') @endsection