@extends('master.app') @section('title', 'Edit Investment') @section('body')
Edit Investment
Update record
Back
@include('general.valert')
@csrf @method('PUT')
Cancel @csrf @method('DELETE')
@endsection