@extends('layouts.purchase-and-sale.general-form') @section('content')
{{-- ------------- ALERTS THIS VIEW ---------------------------------------------------------- --}}
@if (session('success')) @endif @if (session('error')) @endif
{{-- ------------- END ALERTS THIS VIEW ---------------------------------------------------------- --}}
{{ __('Back to Create Ticket') }}

{{ __('Continue your Request') }}

{{ __('Editing Draft Purchase Ticket') }}

{{ __('You have a pending machinery purchase request. Review the information already entered and complete the missing details:') }}

  • {{ __('Check that all technical specifications and requirements remain accurate.') }}
  • {{ __('You can update your requirements or machine descriptions before final submission.') }}
  • {{ __('Remember that this draft is not visible to ITG Machinery until you click "Submit".') }}

{{ __('Your progress is being saved. Take your time to ensure all data is correct.') }}

ITG Weaving Loom Machine Draft Mode
@endsection