@extends('layouts.master') @section('title') Popis Kategorija @endsection @section('css') @endsection @section('content')
@foreach($category as $key=> $item) @endforeach
Naziv Alati
{{ $item->category_name }}
@endsection @section('scripts') @endsection