@extends('user.app') @php $company_settings = Cache::get('company.settings', \App\Models\Setting::all()->first(), now()->addMinutes(1)); @endphp @section('content')
Alamat
{{$company_settings['company_address']}}
Email
{{$company_settings['company_email']}}

Pesan Berhasil Dikirim

Kembali Ke Beranda
@endsection @section('script') @endsection