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

Create Articles

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