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