@extends('frontend.master', ['activePage' => 'category']) @section('title', __('All categories')) @section('content')
{{-- scroll --}}

{{ __('Categories') }}

@if (count($data) == 0)
{{ __('There are no Categories added yet') }}
@endif
@foreach ($data as $item) @endforeach
@endsection