@extends("layouts.admin.app") @section("page-title") {{__("create-gift")}} @endSection @section("page-nav-title")

{{__("order questions")}}

{{__("all-order-questions")}}

@endsection @section('content')

Create New Order Question

@if ($errors->any())
@endif
@csrf
Cancel
@endsection