@extends('layouts.master') @section('title', 'New Item | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit item')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.inventory') }} | {{ __('basic.edit') }}
{{ __('basic.edit') }}
@csrf @method('PUT')
@error('type') {{ $message }} @enderror
@error('branch') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('place') {{ $message }} @enderror
@error('quantity_notify') {{ $message }} @enderror
@endsection @section('js') @endsection