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

@yield('title')

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