@extends('backend.layouts.form') @section('title', $article->title) @section('back', route('articles.index')) @section('content')
@csrf @method('PUT')
{{ url('blog/article/') }}/
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (1280x720)') }}
@endsection