@extends('layouts.front.app') @section('meta') Authorized Brands | {{ env('APP_NAME') }} @endsection @section('css') @endsection @section('content')

Authorized Brands

Home / Authorized Brands

Authorized Brands

@foreach ($brands as $brand)
@endforeach {{--
--}}
@include('include.testimonial') @include('layouts.front.contact-footer') @endsection @section('js') @endsection