@extends('layouts.main') @section('title', '| Pedidos') @section('titlePage', 'Pedidos') @section('content')
@includeif('partials.errors')
{{ __('Update') }} Order
{{ method_field('PATCH') }} @csrf @include('order.formEdit')
@endsection