@extends('layouts.app') @section('title','Edit Book Author') @section('content')
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('name_ban') }}
{{ $errors->first('bath_place') }}
{{ $errors->first('dob') }}
{{ $errors->first('description') }}
{{ $errors->first('avatar') }}
Cancel
@endsection