@extends('crm.layouts.app') @section('content')
{{-- lead-details --}}
@csrf @if (@$company_name) @method('PUT') @endif

{{__('Company Details')}}

@csrf
@csrf @if (@$logo) @method('PUT') @endif

{{__('Company Logo')}}

@if (@$logo)
Company Logo
@endif
{{-- SingleRowData - Terms and Conditions --}}
@csrf @if (@$terms) @method('PUT') @endif

{{__('Terms & conditions')}}

@csrf
@csrf @if (@$customer_notes) @method('PUT') @endif

{{__('Customer Notes')}}

@csrf
{{-- Address details --}}
@csrf
@if (session('licence_verified') == true)

Before starting the update, it is highly recommended to take a full backup of current files and database.



Your Current Version is:
{{ config('app.version') }}
New Available Version is:
{{ session('latest_version') }}
Upgrade Application and Database
@endif
{{-- Google Integration --}}
@include('crm.office.google_captcha')
{{-- twilio Integration --}}
@include('crm.office.twilio')
@endsection @section('scripts') @endsection