@extends('layouts.app') @push('css_or_js') {{-- --}} @endpush @section('css_or_js') @endsection @section('title') @endsection @section('content') @include('layouts._toolbar-details') @php $logo = ($company->id > 0 && $company->logo !== null) ? asset('uploads/images/' . $company->logo) : asset('assets/media/img/ph.png'); @endphp
image
{{$company->name_en}} {{$company->status}}
{{$company->region . ',' . $company->city . ',' . $company->address}}
29 Jan, 2023
Published Date
{{$company->brands()->count()}}
Brands
{{$branches->count()}}
Branches
{{$auctions->count()}}
Auctions

General

{{$company->name_ar}}
{{$company->name_en}}
{{$company->mobile}}
{{$company->created_at}}
{{$company->published_at}}

About Us

{{$company->description_en}}

Address

{{$company->region}}
{{$company->city}}
{{$company->address}}

Owner

{{$company->owner_first_name}}
{{$company->owner_last_name}}
+966 3276 454 935

Account

Email smith@kpmg.com
Password ******

Brands

Total {{$company->brands->count()}} Brands

Branches

Total {{$branches->count()}} Branch

Auctions

Total {{$auctions->count()}} Auctions
@foreach($company->employees as $employee)
image
{{$employee->user-f_name}} {{$employee->user->l_name}}
{{($employee->is_admin)? 'Admin' : 'User'}}

@endforeach

Settings

is_admin_company ? 'checked' : '' }}>
Text Descriptions Text Descriptions Text Descriptions
Shipping from company locations only?
Text Descriptions Text Descriptions Text Descriptions
is_shipping_company_locations_only ? 'checked' : '' }}>
Shipping to more than one city?
Text Descriptions Text Descriptions Text Descriptions
is_shipping_multiple_cities ? 'checked' : '' }}>
Is it possible to specify shipping fees?
Text Descriptions Text Descriptions Text Descriptions
is_shipping_fees ? 'checked' : '' }}>
Possibility of creating customer invoice?
Text Descriptions Text Descriptions Text Descriptions
is_create_invoice ? 'checked' : '' }}>
Are there fees for using the application for company customers?
Text Descriptions Text Descriptions Text Descriptions
is_customers_pay ? 'checked' : '' }}>
Is there a company shipping policy available?
Text Descriptions Text Descriptions Text Descriptions
is_shipping_policy ? 'checked' : '' }}>
Is there a company payment policy available?
Text Descriptions Text Descriptions Text Descriptions
is_payment_policy ? 'checked' : '' }}>
@endsection @section('custom') @endsection