@if(isset($detail->id) && $detail->id != '') @php $id = $detail->id; @endphp @else @php $id = 0; @endphp @endif
Shipping Information
@if(isset($detail->ship_id) && $detail->ship_id != '') @php $ship_id = $detail->ship_id; @endphp @else @php $ship_id = ''; @endphp @endif @error('ship_id') {{ $message }} @enderror
@if(isset($detail->account_detail) && $detail->account_detail != '') @php $account_detail = $detail->account_detail; @endphp @else @php $account_detail = ''; @endphp @endif @error('account_detail') {{ $message }} @enderror