@extends('layouts.buy-and-sell.general-form') @section('content')
{{-- ------------- ALERTS THIS VIEW ---------------------------------------------------------- --}} @if (session('success')) @endif @if (session('error')) @endif

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

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

@endsection