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

{{ translate('Complete Your Profile') }}

Education & Career Information

@csrf
@error('degree') {{ $message }} @enderror
@error('institution') {{ $message }} @enderror
@error('designation') {{ $message }} @enderror
@error('company') {{ $message }} @enderror
@endsection @section('script') @endsection