{{ __('Edit Blog') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
{{ $blog->status ? 'Active' : 'Inactive' }}
@if ($blog->images->first())
Blog Image
@endif
@push('js') @endpush