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