@extends('layouts.app') @section('title','Edit Book Category') @section('content')
@csrf @method('put')
{{ $errors->first('name') }}
{{ $errors->first('name_ban') }}
Cancel
@endsection