@extends('layouts.app') @section('title') @php echo $metatags @endphp @endsection @section('content')
@foreach ($brands as $brand)
brand
@endforeach
@endsection