@extends('layouts.buy-and-sell.general-form') @section('content')
{{-- Alerts --}} @if (session('success')) @endif @if (session('error')) @endif {{-- Back Button --}}
{{-- Title Section --}}

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

{{ __('You are editing a draft purchase ticket. Please review and complete the details below.') }}

{{-- Ticket Details --}}
@endsection