@extends('admin.layouts.master') @section('title', 'Edit Partner') @push('styles') @endpush @section('content')
{{-- Header --}}
Corporate Management

Edit Partner: {{ $company->name }}

Cancel
@csrf @method('PUT')
{{-- LEFT COLUMN --}}
{{-- 1. Company Identity --}}
Company Identity
Basic registration details
Company Name is required.
{{-- 2. Contact & Address --}}
Contact & Location
{{-- 3. Portal Access --}}
Portal Credentials
Valid Email is required.
Leave blank to keep existing password.
{{-- RIGHT COLUMN --}}
{{-- 1. Logo Upload --}}
{{-- Placeholder --}}
Click to Replace
PNG, JPG (Max 2MB)
{{-- Preview --}}
{{-- 2. Corporate Financials --}}
Corporate Settings
{{-- Credit Limit --}}
Max amount allowable for credit bookings.

{{-- Standard Discount --}}
%
Applied automatically to all bookings.
{{-- 3. Account Status --}}
is_active ? 'checked' : '' }} style="width: 2.5em; height: 1.25em;">
@endsection @push('scripts') @endpush