@extends('Admin.Components.layout') @section('title') Care Plan @endsection @section('subtitle') Care Plan List @endsection @section('css') @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{-- --}}
@endsection @section('js') {{-- --}} @endsection