@extends('layouts.app') @section('content')
EDITAR ORDEN DE SERVICIO {{ $order->folio }} [{{ $order->id }}]
@include('order.edit.form') @include('order.modals.service') @include('order.modals.configure-service')
@endsection