@extends('backend.layouts.app') @section('title') Edit Alumni @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @method('PUT') @include('backend.alumni.partials.form')
@endsection