@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Client Price']);
{{ $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->phone ?? '' }}
{{ $client_price->address ?? '' }}
{{ STATUS[$client_price->service_fee] }}
{{ $client_price->tax_id }}