@extends('layouts.admin') @section('title', 'Verify Business') @section('content')
Back to Businesses

Business Verification

Review and verify business application

{{--display validation validation--}} @if($errors->any())
@endif
Business Information

{{ $business->business_name }}

@if($business->business_name_ar)

{{ $business->business_name_ar }}

@endif
{{ $business->trade_license_number }}
{{ $business->email }}
{{ $business->phone }}
{{ $business->website ?? 'N/A' }}
{{ $business->description ?? 'No description provided' }}
@if($business->description_ar)
{{ $business->description_ar }}
@endif
{{ $business->created_at->format('M d, Y h:i A') }}
{{ $business->created_at->diffForHumans() }}
Owner Information
{{ $business->owner->full_name }}

Owner

{{ $business->owner->email }}
{{ $business->owner->phone ?? 'N/A' }}
{{ $business->owner->created_at->format('M d, Y') }}
{{ $business->owner->businesses_count ?? 1 }}
Trade License Document
@if($business->trade_license_document) @else

No document uploaded

@endif
Verification Status
@if($business->status === 'pending')
Pending Verification

This business is awaiting your review

@endif
@csrf
{{-- --}} {{--
--}} {{--
--}} {{--
Verification Checklist
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@endsection @push('scripts') @endpush