@extends('frontend.layouts.app') @section('title', __('messages.precision_cnc_factory')) @section('content') @foreach($sections as $section) @if($section->is_active) @include('frontend.sections.' . $section->key, ['section' => $section]) @endif @endforeach @endsection