@extends('admin.layouts.app') @section('title', 'Edit Partner') @section('header-title', 'Edit Partner') @section('content')
Edit Partner
@csrf @method('PUT')
@if($partner->document_file)

View current

@endif
@if($partner->photo)

@endif
@foreach($partner->nominees as $i => $n)
@endforeach @if($partner->nominees->isEmpty())
@endif

Set password for Partner app login (mobile + password)

Cancel
@push('scripts') @endpush @endsection