@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

Add Achievements Goals

@csrf
{{-- image Start --}}
Allowed file types: png, jpg, jpeg.
{{-- image End --}} {{-- Goal Name Start --}}
@if ($errors->has('goal_name')) {{ $errors->first('goal_name') }} @endif
@if ($errors->has('goal_description')) {{ $errors->first('goal_description') }} @endif {{-- Goal Name End --}} {{-- Number Of Workouts Start --}}
{{-- Number Of Workouts End --}} {{-- checkbox Start --}} {{--
--}} {{-- checkbox End --}} {{-- Number of days Input Start --}} {{-- --}} {{-- Number of days Input End --}} {{-- Associated with category/level Input Start --}} {{-- --}}
{{-- Associated with category/level Input End --}} {{-- streak-form Start --}} {{-- streak-form End --}} {{-- Steps-form Start --}} {{-- Steps-form End --}}
@include('partials.footer')
@include('global.footer-links')