@extends('layouts.app') @section('title','Brands Logo List') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('brands-logo-create', $authRolePermissions)) Add New @endif
@include('website-setting.brands-logo.table')
@endsection @section('js') @endsection