@extends('admin.layouts.app') @section('title', 'Edit Partner Institution') @section('content')

Edit Partner Institution

Updates here will reflect everywhere this shared institution section is used.

@csrf @method('PUT') @include('admin.partner-institutions._form')
Cancel
@endsection