@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Achievements

@if (session()->has('message'))
{{ session()->get('message') }}
@elseif(session()->has('error'))
{{ session()->get('error') }}
@endif

Update Achievements Goals

@csrf @if ($achievement->goal_type === 'milestone') {{-- image Start --}}
Allowed file types: png, jpg, jpeg.
{{-- image End --}} {{-- Goal Name Start --}}
{{-- Goal Name End --}} {{-- Number Of Workouts Start --}}
{{-- Number Of Workouts End --}}
{{-- Number of days Input Start --}} {{-- @if ($achievement->number_of_days != null)
@endif --}} {{-- Number of days Input End --}} {{-- Associated with category/level Input Start --}} {{--
@if ($achievement->category != null)
@endif @if ($achievement->level != null)
@endif
--}} {{-- Associated with category/level Input End --}} @elseif ($achievement->goal_type === 'streak') {{-- image Start --}}
Allowed file types: png, jpg, jpeg.
{{-- image End --}} {{-- Goal Name Start --}}
{{-- Goal Name End --}} {{-- Number of Days in a row Start --}}
{{-- Number of Days in a row End --}} {{-- @if ($achievement->gap_days != null)
@endif --}} @elseif ($achievement->goal_type === 'activity') {{-- image Start --}}
Allowed file types: png, jpg, jpeg.
{{-- image End --}} {{-- Goal Name Start --}}
{{-- Goal Name End --}}
{{-- UOM Start --}} {{--
--}} {{-- UOM End --}}
@endif
@include('partials.footer')
@include('global.footer-links')