@extends('layouts.panel') @section('title', 'Editar pedido') @section('content')
@method('PUT') @include('orders._form')
@push('scripts') @endpush @endsection