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

{{ __('order.title.edit') }} {{$order->id}}

@include('layouts.alert')
@include('order.edit.form') @include('order.modals.service') @include('order.modals.describe-service')
@endsection