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

Create Articles

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