@extends('layout.master') @section('title', 'Edit Activity') @section('css') @stop @section('content')
@method('put') @csrf

Edit Activity

@if ($errors->has('title_en'))
{{ $errors->first('title_en') }}
@endif
@if ($errors->has('title_gu'))
{{ $errors->first('title_gu') }}
@endif
@if ($errors->has('title_hi'))
{{ $errors->first('title_hi') }}
@endif
@if ($errors->has('activity_thumbnail'))
{{ $errors->first('activity_thumbnail') }}
@endif
@if ($errors->has('media_en') || $errors->has('video_eng'))
{{ $errors->first('media_en') }}
@endif
@if ($errors->has('media_gu') || $errors->has('video_guj'))
{{ $errors->first('media_gu') }}
@endif
@if ($errors->has('media_hi') || $errors->has('video_hin'))
{{ $errors->first('media_hi') }}
@endif
@if ($errors->has('description_en'))
{{ $errors->first('description_en') }}
@endif
@if ($errors->has('description_gu'))
{{ $errors->first('description_gu') }}
@endif
@if ($errors->has('description_hi'))
{{ $errors->first('description_hi') }}
@endif
@if ($errors->has('activity_reminder_audio_id'))
{{ $errors->first('activity_reminder_audio_id') }}
@endif
activity_of =="Normal") checked @endif/> activity_of =="Yoga") checked @endif/> activity_of =="Diet") checked @endif/> @if ($errors->has('activity_of'))
{{ $errors->first('activity_of') }}
@endif
@if ($single->activity_of != "SpecialActivity")
@if($single->pregnancy_status == "Planning" || $single->pregnancy_status == "Both")
@foreach ($planning_activity_types as $key => $planning_activity_type)
@endforeach
@foreach ($planning_activity_types as $key => $planning_activity_type)
@endforeach
@endif @if($single->pregnancy_status == "Pregnancy" || $single->pregnancy_status == "Both")
@foreach ($pregnant_activity_types as $key => $pregnant_activity_type)
@endforeach
@endif
@endif
@stop @section('script') @stop