@extends('front.layout.master') @push('css') @endpush @section('content') {{-- @include('front.layout.slider')--}}
@foreach($subCategory as $index => $sub) {{$sub['name']}} @endforeach
@include('front.data')
@endsection @push('js') @endpush