@extends('layouts.app')
@section('urlContent')
{!! view('components.breadcrumbs', [
'b_items' => [
'Hizmetler' => '/root/services',
],
]) !!}
@endsection
@section('content')
@foreach ($services as $item)
-
{{ $item->title }}
@endforeach
@if (count($services) <= 0)
Hiç Veri Bulunamadı
@endif
{{ count($services) > '0' ? count($services) : '0' }} adet veri
listeleniyor
@include('components.pdfViewer')
@endsection
@section('javascript')
@endsection