@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Please Complete Your Profile
@if($step==0)
{{ csrf_field() }}

Background Information


@if($errors->has('cv')) {{ $errors->first('cv') }} @endif
@elseif($step == 1)
{{ csrf_field() }}

Certification


@if($errors->has('cert')) {{ $errors->first('cert') }} @endif
Back
@elseif($step == 2)
{{ csrf_field() }}

Sample Essays


@if($errors->has('title_1')) {{ $errors->first('title_1') }} @endif
@if($errors->has('file_1')) {{ $errors->first('file_1') }} @endif
@if($errors->has('file_2')) {{ $errors->first('file_2') }} @endif
Back
@elseif($step == 3)
{{ csrf_field() }}

Skills and Specialization Fields


@if ($errors->has('style_ids')) {{ $errors->first('style_ids') }} @endif @foreach($styles as $style) {{ $style->label }}
@endforeach
@if ($errors->has('subject_ids')) {{ $errors->first('subject_ids') }} @endif @foreach($subjects as $subject) @if($sub_count%4==0)
@endif
{{ $subject->label }}
@endforeach
Back
@elseif($step==4)
{{ csrf_field() }}

Payment and Experience


Back
@endif
@endsection