@extends('layouts.main') @section('content')

Edit New Achievement for {{$career_path->name}}

{{ csrf_field() }}
@if ($career_achievements->cloudinaryUrl != '')
@else
@endif
@if (count($achievement_quiz)>0) @foreach($achievement_quiz as $quiz)
@if (count($quiz->options)>0) @foreach($quiz->options as $option)
@endforeach @endif
@endforeach @endif
@endsection @section('sub_header') @section('sub_header')
@endsection @section('theam_css') @endsection @section('page_css') @endsection @section('js_file') @endsection @section('page_js') @endsection