@extends('layouts.master') @section('title','Create Interest Pool 1') @section('content')

Add New Interest/Pool1

@csrf
@error('name')
{{ $message }}
@enderror
@endsection