@extends('layout.master') @push('plugin-styles') @endpush @section('content') Categories {{$categories->title}}
{{$categories->title}}
@if($categories->parent_id != 0) {{get_category_by_id($categories->parent_id)->title}} @endif