@extends('crudbooster::admin_template') @push("head") @endpush @push("bottom") @endpush @section('content')

  Renew Order

Order Key: {{$order->order_key}}
User Name: {{$order->user->fullName}}
User Email: {{$order->user->email}}
@csrf
{{$errors->has('product_ids')? $errors->first('product_ids') :" "}}

@endsection