@extends('layouts.main', ['class' => 'off-canvas-sidebar', 'activePage' => 'login', 'title' => __('Prestadores')]) @section('content')

@csrf
@endsection @extends('layouts3.login') @section('content')
Servicio Comunitario Prestadores

@csrf
@if ($errors->has('ci'))
{{ $errors->first('ci') }}
@endif
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@endsection @section('scripts') @endsection