@extends('Admin.Components.layout') @section('title') Care Plan @endsection @section('subtitle') Add Care Plan @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
{{-- Sub Options --}}
@endsection @section('js') @endsection