@extends('back.template.index') @section('title', 'Edit Article') @push('css') @endpush @section('content')
Edit Artikel
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT') @csrf
Current Picture
@endsection @push('scripts') @endpush