@extends('back.layouts.app', ['title' => $title]) @section('content')
{!! getBC('Details', $bcArr) !!}
@include('back.common_views.quicklinks')

Details {!! $clientName !!}

@if ($client->img != '') @endif
{{ the_icon('edit') }} Edit
Bussiness Logo
Title {!! $client->title !!}
details @php $webKey = Str::random(10); $authLink = base_url() . 'invoice/pay/' . $webKey; $authLinkPaypal = base_url() . 'invoice/' . $webKey; $paymentDetails = str_replace('{AUTHORIZE_PAYNOW_BUTTON}', $authLink, $client->details); $paymentDetails = str_replace('{PAYPAL_PAYNOW_BUTTON}', $authLinkPaypal, $paymentDetails); @endphp {!! $paymentDetails !!}
Status @if ($client->sts == 'Yes') Active @else Blocked @endif
@endsection @section('beforeBodyClose') @endsection