@extends('layouts.app') @section('content')

Brands / Pages

+ Add Brand
@foreach($brands as $brand)
@if($brand->logo_path)@endif

{{ $brand->name }}

{{ $brand->page_name }}

{{ $brand->website }}

CTA: {{ $brand->default_cta }}

Edit Guideline
@endforeach
@endsection