@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')
@if(auth()->user()->hasPermissionTo('Items - Add Category')) @endif @if($category->isEmpty()) @else @php $counter = 1; @endphp @foreach($category as $info) @endforeach @endif
# {{ __('employee.name')}}
{{$info->name}}
{{-- category model --}} @endsection @section('js') @endsection