@extends('master.app') @section('title', 'Edit Investor') @section('body')
Edit Investor Account
Back
@include('general.valert') @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
@endsection