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

@yield('title')

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