@extends('backend.app') {{-- Title --}} @section('title', 'Setting') @push('styles') @endpush @section('content') @php $setting = App\Models\Setting::first(); @endphp