@extends('backend.layouts.form') @section('title', __('Create Article')) @section('back', route('articles.index')) @section('content')
@csrf
{{ url('blog/article/') }}/
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@push('top_scripts') @endpush @endsection