@extends('site.pages.build') {{--@section('title',__('dil.yayinlar'))--}} @section('content')
{{ __('dil.yayinlar') }}
@foreach($subCategories as $subCategory)

{{ $subCategory->name }}

@endforeach
@endsection