@extends('Frontend.layouts.master') @section('web') {{__('frontend.my_account')}} {{__('frontend.account_information')}} {{__('frontend.home')}} {{__('frontend.account')}} {{__('frontend.register_as_candidate')}} {{ __("frontend.already_have_account")}} {{ __("frontend.sign_in")}} @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf {{__('frontend.sign_up')}} {{__('frontend.or')}} @endsection @section('seo_title') -{{__('seo.signup')}} @endsection