@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

@if($errors->any()) @endif {!! Form::model($elife,['method'=>'PATCH','action'=>['ElifePlanController@update',$elife->id]]) !!} {{--
--}} @csrf
@endsection