@extends('layouts.master') @section('title', 'Edit Machine | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit machine')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.machines') }} | {{ __('basic.edit machine') }}
{{ __('basic.edit machine') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('inventory_warehouses_id') {{ $message }} @enderror
@endsection @section('js') @endsection