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

{{ $intrest->intrestCategoryTitle }}

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