@extends('layouts.backtemplate') @section('content')
Ingreso para adquirientes
{{ csrf_field() }}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection