@extends('layouts.app') @section('title', 'Add') @section('content')
{{ Form::open(['route' => 'admin.health-problems.store']) }}
@include('health-problems.form')
{{ Form::close() }}
@endsection