@extends('admin.layouts.master') @section('head-tag') ویرایش کتاب @endsection @section('content')
@csrf @method('put')
@error('price') {{$message}} @enderror
@error('quantity') {{$message}} @enderror
@endsection