@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
    {{-- header tap 1 --}}
  • {{ __('websetting_admin.logo_header') }}
  • {{-- header tap 2 --}}
  • {{ __('websetting_admin.logo_footer') }}
{{-- tap 1 --}}
{{-- start input --}} @if (empty($setting->logo_header))

{{ __('websetting_admin.upload_image_header') }}

@else @endif {{-- end input --}}
{{-- end tap 1 --}} {{-- tap 2 --}}
{{-- start input --}} {{-- @if (empty($setting->logo_footer))

{{ __('websetting_admin.image_at_upload') }}

@else @endif --}} {{-- end input --}}
{{-- end tap 2 --}}
{{-- end tap --}} {{-- start tap --}} {{-- end tap --}} {{--
--}}
{{--
--}}
@if (empty($setting->seo_image))

{{ __('websetting_admin.upload_image_header') }}

@else @endif
@if (mwz_roles('admin.websetting.websetting.save'))
@endif
@endsection('content') @section('scripts') @endsection