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

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