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

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

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