@extends( 'layout.dashboard', [ 'saveDialog' => true ] ) @push( 'scripts' ) @endpush @push( 'styles' ) @endpush @section( 'autocomplete' ) @endsection @section( 'content' )

Settings

@csrf {{ method_field( 'PUT' ) }}

My Account

First Name
Last Name
Account Type
Postcode
Email

My Profile

    @hasrole( 'freelancer' )
  • Set your minimal daily rate
    $
    Skills
    {{--
    --}} {{--
    --}} {{--
    Attachments
    --}} {{-- --}} {{--
    --}} {{--
    --}} {{-- Resume--}} {{-- DOCX--}} {{-- --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- Bio/Cover Letter--}} {{-- DOCX--}} {{-- --}} {{--
    --}} {{-- --}} {{-- --}} {{--
    --}} {{--
    --}} {{--
    --}} {{-- Maximum file size: 10 MB--}} {{--
    --}} {{--
    --}} {{--
    --}}
  • @endhasrole
  • Tagline
    {{--
    --}} {{--
    --}} {{--
    Nationality
    --}} {{----}} {{--
    --}} {{--
    --}}
    Introduce Yourself
    {{----}}
    {!! clean( $user->meta->description ) !!}
    Education Information
    {{----}}
    {!! clean( $user->meta->education_information ) !!}

Password & Security

Current Password
New Password
Repeat New Password
@endsection