@extends('master') @section('content')
Compose article

@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('cat_id'))
{{ $errors->first('cat_id') }}
@endif
Accepted formats: gif, png, jpg. Max file size 1Mb
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@stop