@extends('core::dashboard.layouts.master') @section('title', "{{ transText('profile') }}") @section('content')

{{ transText('profile') }}

{{ transText('name_th') }}: {{ $data->name ?? '' }} {{ transText('contactno_th') }}: {{ $data->contact ?? ''}}
{{ transText('faveicon_th') }}: image {{ transText('logo_th') }}: image
{{ transText('email_th') }}: {{ $data->email ?? ''}} {{ transText('address_th') }}: {{ $data->address ?? ''}}
{{ transText('location_th') }}: {{ $data->location ?? ''}} {{ transText('copyright_th') }}: {{ $data->copyright ?? ''}}
@endsection @section('script') @endsection