@extends('backend.layouts.app') @section('title') Cài đặt chung @endsection @section('content')
@include('backend.layouts.content-header', ['page' => 'Cài đặt chung'])
@include('backend.components.notification')
@csrf

Setting website


@includeIf('backend.components.select_file', [ 'keyId' => "site_logo", 'inputName' => "site_logo", 'inputValue' => old('site_logo') ?? option('site_logo') ?? '', 'lfmType' => 'file', 'classPreview' => 'col-4', 'classInput' => 'col-8', 'note' => '', ])
@includeIf('backend.components.select_file', [ 'keyId' => "site_logo_footer", 'inputName' => "site_logo_footer", 'inputValue' => old('site_logo_footer') ?? option('site_logo_footer') ?? '', 'lfmType' => 'file', 'classPreview' => 'col-4', 'classInput' => 'col-8', 'note' => '', ])
@includeIf('backend.components.select_file', [ 'keyId' => "site_favicon", 'inputName' => "site_favicon", 'inputValue' => old('site_favicon') ?? option('site_favicon') ?? '', 'lfmType' => 'file', 'classPreview' => 'col-4', 'classInput' => 'col-8', 'note' => '', ])
@if(count($lang) > 1)
@endif
@foreach($lang as $langKey => $langTitle)
@endforeach

Email notification


Social



@endsection @push('css') @endpush @push('js') @endpush