@extends('frontend.include.layout') @section('content')
@foreach($menufactor_details as $key => $brand_detail) @include('frontend.include.brandsingle') @endforeach
@endsection