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

Nueva compra

@csrf

Detalle

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