@extends('inventories.layout') @section('inventories.content')
@csrf
@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@if($errors->has('rate'))
{{$errors->first('rate')}}
@endif
@endsection