@extends('web.layouts.container') @section('content') @if(count($gucs)) @foreach($gucs as $guc) {{$guc->title}} @endforeach {{__('main.show_more')}} @endif @endsection @section('inner_js') @endsection