@extends('layouts.auth') {{--@section('content')
{{ csrf_field() }}
users view avatar

CPA Portal

-->

Operation and Maintenance by cns_logo
@endsection--}} @section('content')
users view avatar

CPA Portal

Letter Tracking System

@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