@extends('layouts.app') @section('content')
{{ $errors->first('title') }}
@endif{{ $errors->first('category_id') }}
@endif{{ $errors->first('tag_id') }}
@endif{{trans('others.global_file_types_gallery')}}
@if($errors->has('featured_image')){{ $errors->first('featured_image') }}
@endif{{ $errors->first('excerpt') }}
@endif{{ $errors->first('page_text') }}
@endif