@extends('layouts.master') @section('title') Popis Usluga @endsection @section('css') @endsection @section('content')
@foreach($service as $key=> $item) @endforeach
Naziv Usluge Kategorija Cijena po satu Alati
{{ $item->service_name }}
{{ $item->selling_price }}€
@endsection @section('scripts') @endsection