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

Add Sub Interest

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