@extends('layout.master') @section('css') @stop @section('content')
@csrf

Edit Activity Type

@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
plan_type == 1 ? 'checked' : '' }} /> plan_type == 2 ? 'checked' : '' }} /> plan_type == 3 ? 'checked' : '' }} /> @if ($errors->has('pregnancy_status'))
{{ $errors->first('pregnancy_status') }}
@endif
@stop @section('script') @stop