@extends(config('app.layout').'.layouts.web') @section('title', $config_web['info']['title']) @section('content')
@include_layout('home._slider')

@include_layout('home._categories_list', ['rows'=> 7])
@include_layout('home._home_footer')
@include_layout('layouts.parts.footer_social')
{{ $config_web['info']['title']}} © {{ date('Y') }} - Todos los derechos reservados



@endsection @section('js') @include('common.home._js') @endsection