@extends('layouts.admin') @section('title', 'Edit Investor') @section('page-title', 'Edit Investor') @section('page-subtitle', $investor->full_name) @section('content')
@csrf @method('PUT')
Cancel
@endsection