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

Add Baby Activity

@if ($errors->has('day'))
{{ $errors->first('day') }}
@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('media_hi'))
{{ $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
@stop @section('script') @stop