@extends('web.layouts.container') @section('header')
{{__('main.home')}} / {{$resource ? $resource->name : ''}}
@endsection @section('content')
{{$resource ? $resource->name : ''}}
@if(count($childCategories)) @foreach($childCategories as $child)
{{$child->name}}
@endforeach @endif
@if($resource && $resource->frame)
{{__('main.resource_in_google_drive')}}
@endif
@endsection @section('inner_js') @endsection