@extends('layouts.member.master') @php $compro = \App\Models\CompanyParameter::first(); $brand = \App\Models\BrandPartner::where('type', 'brand', 'nama')->get(); @endphp @section('content')
{{ $compro->no_telepon }}
{{ $compro->no_wa }}
{{ $compro->email }}
{{ $compro->website }}
{{ $compro->alamat }}