@extends('components.layout.admin.container')
@section('title', 'Blog')
@section('links')
@endsection
@section('main')
@if ($errors->any())
Beberapa error ketika mencoba menyimpan data:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('scripts')
@endsection