@extends('layouts.admin.admin') @section('title', 'Create a Graduates') @section('content')
Add Graduate
@include('graduate.form',['header' => 'Create Form'])
@endsection