@extends('layouts.auth') @section('content')
users view avatar

CPA Portal

Board Decision Computerization

@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