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

@yield('title')

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