@extends('layout.base') @section('action') @endsection @section('content')
@if($errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif

Add Data

@csrf
Personal Information
Photos format guide
Photos format:
  1. File format using *.JPEG/ .JPG/ .PNG in color.
  2. Min. 400×600px.
  3. Max. size 2Mb
  4. Proper composition.
Photos composition guide
Photo composition: The top of the head, including the hair, to the bottom of the chin must be between 50% and 60% of the image's total height. The eye height (measured from the bottom of the image to the level of the eyes) should be between 50% and 60% of the image's height.
Unrecommended photo guide
Unrecommended Photo
  1. Blurry Photo.
  2. Others than face photo.
  3. Expression face photo.
Allowed file types: JPG, PNG. Max size: 2MB. Invalid file type or size exceeds 5MB.
Contact Information
Professional Information
Identification Information
Allowed file types: JPG, PNG, PDF. Max size: 2MB. Invalid file type or size exceeds 5MB.
@include('accreditation.elements.print_card') @include('accreditation.elements.matrix') @endsection @section('scripts') @endsection