@extends('shared.admin') @section('content')

{{trans('admin::order.title.header')}} #CODE {{ $code->id }}

@csrf

{{ $code->bill->customer_name }}

{{ $code->bill->phone }}

{{ $code->gift->name ?? '--' }}

@endsection