@extends('admin.layout-price') @section('title', $countryName . ' Services') @section('page-title', $countryName . ' Services') @section('content')
Services available in {{ $countryName }}
| ID | Service Name | Visament Fee | Government Fee | Total | Actions |
|---|---|---|---|---|---|
| {{ $countryPrice->service_id }} |
{{ $countryPrice->service->menu_title ?? $countryPrice->service->title }} {{ Str::limit($countryPrice->service->title, 50) }} |
{{ $countryPrice->currency }}{{ number_format($countryPrice->visament_fee, 2) }} | {{ $countryPrice->currency }}{{ number_format($countryPrice->government_fee, 2) }} | {{ $countryPrice->currency }}{{ number_format($countryPrice->total_price, 2) }} | Edit |
|
No services available in {{ $countryName }} yet Add Services |
|||||