@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Client Price']);

Client Price Details

{{ $client_price->client->ShopCompany }}

{{ STATUS[$client_price->special_service] }}

@foreach ($client_price->branches as $branch) {{ $branch->ShopName }} @endforeach

{{ $client_price->closing_date ?? '' }}

{{ $client_price->mobile ?? '' }}

-
{{ $client_price->email ?? '' }}
-

{{ $client_price->phone ?? '' }}

-

{{ $client_price->address ?? '' }}

-
{{ STATUS[$client_price->dropship_return] }}

{{ STATUS[$client_price->service_fee] }}

{{ $client_price->tax ? 'Yes' : 'No' }}

{{ $client_price->tax_id }}

Services

@foreach ($client_price->clientServices as $service)
{{ $service->category->name }}
{{ $service->service->name }}
@if ($service->service->is_special_service) @foreach ($service->service->specialServices() as $key => $sub_ser)