@extends('layouts.app') @section('title', __('partnership::partner.create_settlement')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
#
@endsection @section('js') @endsection