@extends('layouts.auth') {{--@section('content') {{ csrf_field() }} CPA Portal Username * Password * --> LOGIN Operation and Maintenance by @endsection--}} @section('content') CPA Portal Letter Tracking System @if ($errors->has('error')) × {{ $errors->first('error') }} @endif @if (session()->has('message')) × {{ session()->get('message') }} @endif Username * Password * LOGIN Operation and Maintenance by {!! csrf_field() !!} @endsection