@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

SECURED LOANS / Create a Partner

@if(isset($edit_partner->id))
@method('PUT') @else @endif
@csrf {{-- Default Logo --}}

*
*
{{-- --}}
@if (isset($edit_partner->partner_code))
@endif {{-- @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif --}}
Cancel
{{-- for dynamic img path --}} @php $img_path = isset($edit_partner->Logo) ? $edit_partner->Logo : '../assets/dashboard/assets/img/elements/partner-logo.png' @endphp @endsection