@extends('layouts.app') @section('page-title', 'Services') @push('styles') @endpush @section('content')
| Code | Name | Description | Cost Price | Sale Price | Actions |
|---|---|---|---|---|---|
| {{ $service->service_code }} | {{ $service->name }} | {{ $service->description ?? '—' }} | ৳{{ number_format($service->cost_price, 2) }} | ৳{{ number_format($service->price, 2) }} @if($margin > 0) {{ $margin }}% @endif | |
|
No services found. + Add First Service |
|||||
No services found.
+ Add First Service