@extends('adminlte::page')
@section('content_header')
@endsection
@section('content')
| # |
{{__('auth.image')}} |
{{__('auth.company_en')}} |
{{__('auth.company_kh')}} |
{{__('auth.address')}} |
{{__('auth.email')}} |
{{__('auth.phone_number')}} |
{{__('auth.action')}} |
| 1 |
|
{{ $data->company_en }} |
{{ $data->company_kh }} |
{{ $data->address }} |
{{ $data->email }} |
{{ $data->phone_number }} |
|
@endsection