@extends('layouts.master') @section('title','Add Interest pool 2') @section('content')

Add New Interest/Pool2

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