@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.sessions') }} | {{ __('basic.edit session') }}
{{ __('basic.edit session') }}
@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('pos_machine_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('js') @endsection