@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Category # {{$categories->id}}

@if($categories->title != null)

{{$categories->title}}

@endif @if($categories->parent_id != null)

@if($categories->parent_id != 0) {{get_category_by_id($categories->parent_id)->title}} @endif

@endif
@endsection