@extends('back.layouts.app') @push('title', __('Add New Article')) @section('content')
@csrf
{{ __('Add New Article') }}
@endsection @push('js') @endpush