@extends('layouts.app') @section('content')

{{ __('order.title.create') }}

@include('order.create.form') @include('order.modals.service') @include('order.modals.describe-service')
@endsection