@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Güncel Hizmet Fiyatları' => '/branch/current-service-prices', ], ]) !!} @endsection @section('content')
Kategori | @if (in_array('hourly', $type))Saatlik | @endif @if (in_array('daily', $type))Günlük | @endif @if (in_array('monthly', $type))Aylık | @endif
---|---|---|---|
{{ $item->product_name }}
|
@if (in_array('hourly', $type))
{{ $item->cost_hourly ? $item->cost_hourly . ' ₺' : 'Anlaşmanız bulunmuyor' }}
|
@endif
@if (in_array('daily', $type))
{{ $item->cost_daily ? $item->cost_daily . ' ₺' : 'Anlaşmanız bulunmuyor' }}
|
@endif
@if (in_array('monthly', $type))
{{ $item->cost_monthly ? $item->cost_monthly . ' ₺' : 'Anlaşmanız bulunmuyor' }}
|
@endif