@extends('core::dashboard.layouts.master') @section('title', "{{ transText('profile') }}") @section('content')
{{ transText('name_th') }}: | {{ $data->name ?? '' }} | {{ transText('contactno_th') }}: | {{ $data->contact ?? ''}} |
---|---|---|---|
{{ transText('faveicon_th') }}: |
![]() |
{{ transText('logo_th') }}: |
![]() |
{{ transText('email_th') }}: | {{ $data->email ?? ''}} | {{ transText('address_th') }}: | {{ $data->address ?? ''}} |
{{ transText('location_th') }}: | {{ $data->location ?? ''}} | {{ transText('copyright_th') }}: | {{ $data->copyright ?? ''}} |