@extends('backend.layouts.master') @push('css') @endpush @section('content')
{{ translate('Frontend Settings') }}
{{ translate('Clear Cache') }}
@csrf
@if (get_setting('header_logo')) Header Logo @endif
@if (get_setting('front_favicon')) Favicon @endif
@if (get_setting('breadcamp_img')) breadcamp image @endif
@if (get_setting('meta_img')) meta image @endif
@include('backend.backend_setting.modal') @endsection