@extends('layouts.app') @section('urlContent') {!! view('components.breadcrumbs', [ 'b_items' => [ 'Servis Faturaları' => '/accounting/service/payrolls', 'Şubeler' => '/accounting/service/payrolls', 'Departmanlar' => '/accounting/service/payrolls', 'Talepler' => '/accounting/service/payrolls/department' . request()->segment(5), ], ]) !!} @endsection @section('content')
{{-- * MONTH AND YEAR SELECT --}}
    @foreach ($demands as $item)
  1. {{ $item->quantity . ' Adet ' . $item->categories->title }}

    {{ $item->tickets->date }}

    Servis Adedi : {{ $item->service_unit }}

    Servis Ücreti : {{ $item->service_cost }} ₺

  2. @endforeach
@endsection @section('javascript') @endsection