@extends('Frontend.layout.main') @section('head') {{$pageData->meta_title() ?? 'Eldiar'}} @endsection @section('content') @foreach($brands as $key => $brand) @endforeach


@php $currentURL = URL::current(); $slug =explode('/',$currentURL); $slug =end($slug); @endphp @endsection @section('script') @endsection