@extends('layouts.master') @section('content') @section('title','Edit Interest Pool1')

Edit Interest/Pool1

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