@extends('admin.layout.master') @section('content') {{__('admin.show')}} @foreach (languages() as $lang) {{__('site.name_'.$lang)}} @endforeach {{__('admin.main_section')}} @if($category->parent_id) @else @endif @if($category->type) {{__('admin.type')}} @endif {{__('admin.back')}} @endsection @section('js') @endsection