@extends('layouts.login_student') @section('content')
S.C. Prestadores
{{ csrf_field() }}
@if ($errors->has('ci')) {{ $errors->first('ci') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('scripts') @endsection