@extends('users.app') @section('title') {{ trans('orders.create_order') }} @endsection @section('js') @endsection @section('style') @endsection @section('menu-content', '') @section('right-content')

{{ trans('orders.create_order') }}

{{trans('orders.create_order_message') }}

@csrf
{{ trans('orders.package') }}:
{{ trans('orders.tag_requirements') }}
{{ trans('orders.password_requirements') }}
@endsection