@extends('layouts.dashboard') @section('title', 'Add Experience') @section('content')
Experiences Add New

Add Experience

Add a new work experience, education, or project to your profile

@csrf
@error('title')

{{ $message }}

@enderror
@error('company')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@error('start_date')

{{ $message }}

@enderror
@error('end_date')

{{ $message }}

@enderror

Check this if this is your current position

@error('description')

{{ $message }}

@enderror
@error('experience_type')

{{ $message }}

@enderror

or drag and drop

PNG, JPG, GIF up to 2MB

@error('photo_path')

{{ $message }}

@enderror

Inactive experiences won't be shown on your public profile

Cancel
@endsection @push('scripts') @endpush