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

Update Articles

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