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

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

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