@extends('layouts.app') @section('title','Author') @section('pages')
@csrf
Author

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('authors_prfile_picture')) {{ $errors->first('authors_prfile_picture') }} @endif
Author Images

@if ($errors->has('cover_image_small')) {{ $errors->first('cover_image_small') }} @endif
@if ($errors->has('cover_image_large')) {{ $errors->first('cover_image_large') }} @endif
Is Featured
Website View
@endsection