@extends('layouts.app') @section('content')
@if(session()->has('success')) @endif @if ($errors->any()) @endif
Edit Shareholder Document Type
@method('POST') @csrf
Back
@endsection