{{ __('Dashboard') }}

{{ __("Edit Position") }} {{ __('Back') }}
@method('PUT') @csrf
{{ __('Name') }}
{{ __('Quantity') }}
{{ __('Price') }}
{{ __('Description') }}
{!! old('description', $position->description) !!}
{{ __('Change') }}
@push('quill') @endpush @push('scripts') @endpush