@extends('layouts.app') @section('content')

Add New ICT Agent

{{-- Display Validation Errors --}} @if ($errors->any())
@endif
@csrf {{-- Name --}}
{{-- Email --}}
{{-- Phone --}}
{{-- ID Number --}}
{{-- Center --}}
{{-- Submit Buttons --}} Back
@endsection