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

Add Activity

@if ($errors->has('pregnancy_status'))
{{ $errors->first('pregnancy_status') }}
@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('activity_thumbnail_id'))
{{ $errors->first('activity_thumbnail_id') }}
@endif
@if ($errors->has('media_en') || $errors->has('video_eng'))
{{ $errors->first('media_en') }}
@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

@if ($errors->has('is_special_activity'))
{{ $errors->first('is_special_activity') }}
@endif
@if ($errors->has('activity_of'))
{{ $errors->first('activity_of') }}
@endif
@foreach ($planning_activity_types as $key => $planning_activity_type)
@endforeach
@foreach ($planning_activity_types as $key => $planning_activity_type)
@endforeach
@foreach ($pregnant_activity_types as $key => $pregnant_activity_type)
@endforeach
@stop @section('script') @stop