@extends('back.layout.template') @section('title','Update Article - Admin') @section('content') {{-- Content --}}

Update Articles

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT') @csrf
Gambar Lama
@endsection {{-- @push('js') @endpush --}} @push('js') @endpush