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

Nuevo pedido

@csrf

Productos

@if($errors->any())
{{ $errors->first() }}
@endif
@endsection