@extends('layouts.login') @section('title') Login @endsection @section('content')
users view avatar

CPA Portal

@if ($errors->has('error'))
{{ $errors->first('error') }}
@endif @if (session()->has('message'))
{{ session()->get('message') }}
@endif
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Operation and Maintenance by cns_logo
{!! csrf_field() !!}
@endsection