@extends('admin.layout') @section('content')

ARTICLES

@csrf
@if($errors->has('titre')) {!! $errors->first('articles_title') !!} @endif
@if($errors->has('articles_description')) {{ $errors->first('articles_description') }} @endif
@push('styles') @endpush @push('scripts') @endpush @endsection