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

Edit Extra Learning

pregnancy_status == 'Planning' ? 'checked' : '' }} value="Planning" type="radio" /> pregnancy_status == 'Pregnancy' ? 'checked' : '' }} value="Pregnancy" type="radio" /> pregnancy_status == 'Both' ? 'checked' : '' }} value="Both" type="radio" /> @if ($errors->has('pregnancy_status'))
{{ $errors->first('pregnancy_status') }}
@endif
@if ($errors->has('activity_types_id'))
{{ $errors->first('activity_types_id') }}
@endif
@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('extralearning_thumbnail_id'))
{{ $errors->first('extralearning_thumbnail_id') }}
@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('extralearning_reminder_audio_id'))
{{ $errors->first('extralearning_reminder_audio_id') }}
@endif
{{--
--}}
@stop @section('script') @stop