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

@yield('title')

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