@extends('admin.layout.master') @section('content')

{{__('admin.show')}}

@foreach (languages() as $lang)
@endforeach
@if($category->parent_id) @else @endif
@if($category->type)
@endif
@endsection @section('js') @endsection