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

Edit Baby Activity

activity_of =="mother_activity") checked @endif/> activity_of =="baby_activity") checked @endif/> activity_of =="extra_activity") checked @endif/> @if ($errors->has('activity_of'))
{{ $errors->first('activity_of') }}
@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->first('media_en') }}
@endif @if ($errors->has('audio_en'))
{{ $errors->first('audio_en') }}
@endif @if ($errors->has('video_eng'))
{{ $errors->first('video_eng') }}
@endif @if ($errors->has('pdf_en'))
{{ $errors->first('pdf_en') }}
@endif
@if ($errors->has('media_gu'))
{{ $errors->first('media_gu') }}
@endif @if ($errors->has('audio_gu'))
{{ $errors->first('audio_gu') }}
@endif @if ($errors->has('video_guj'))
{{ $errors->first('video_guj') }}
@endif @if ($errors->has('pdf_gu'))
{{ $errors->first('pdf_gu') }}
@endif
@if ($errors->has('media_hi'))
{{ $errors->first('media_hi') }}
@endif @if ($errors->has('audio_hi'))
{{ $errors->first('audio_hi') }}
@endif @if ($errors->has('video_hin'))
{{ $errors->first('video_hin') }}
@endif @if ($errors->has('pdf_hi'))
{{ $errors->first('pdf_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
{{-- @dd($single->en_audio_full_path_thumbnail); --}} @stop @section('script') @stop