@extends('layouts.public-base', ['title' => 'Brand Profile', 'contentwrapper' => ''])
@section('content')
@include('inc.skeleton', ['key' => 'brand-items', 'number' => 10])
{{--
@include('inc.flashMessages')
Brand Profile
--}}
@include('inc.logo-loader')
@endsection
@section('script')
@endsection