@extends('layouts.dashboard.dashboard') @section('content') @component('card-component',['title'=>ucfirst(trans('main.settings'))]) @foreach (\App\Setting::where('name','like','%about%')->latest()->get() as $setting)