@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','general_setting')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','general_setting')->first()->custom_text }}
@csrf @method('patch')
@if ($setting->logo)
logo
@endif
@if ($setting->footer_logo)
logo
@endif

@if ($setting->favicon)
favicon
@endif
@endsection