@extends('home') @section('content')
users avatar

{{ $plan->planName }}

@method('patch') @csrf
@if ($errors->has('planName')) {{ $errors->first('planName') }} @endif
@if ($errors->has('planType')) {{ $errors->first('planType') }} @endif
@if ($errors->has('planPrice')) {{ $errors->first('planPrice') }} @endif
@stop