@extends('portal.layouts.app', [ 'class' => '', 'elementActive' => '' ]) @section('title','Edit Candidate Profile') @section('css') @endsection @section('content')

Edit Candidate Profile

@csrf @method('PUT')
Passport Photo @error('passport_photo') {{ $message }} @enderror
@endsection @section('script') @endsection