@extends('home') @section('content') @include('layouts.partials.messages')

Add Influencer Plan

@csrf
@if ($errors->has('planName')) {{ $errors->first('planName') }} @endif
@if ($errors->has('followers')) {{ $errors->first('followers') }} @endif
@if ($errors->has('influence')) {{ $errors->first('influence') }} @endif
@stop