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

@yield('title')

@endsection @section('content') @include('backend.faculty.partials.faculty', ['method' => 'post']) @endsection