@extends('layouts.admin') @section('page-title', 'Footer Settings') @section('content')
{{-- Left Column --}}
{{-- Right Column --}}
{{-- Footer Logo --}}

Footer Logo

@if($footer_logo) Footer Logo @else
@endif
@if($footer_logo)
@csrf
@endif

PNG, JPG, SVG up to 2MB

{{-- Preview --}}

Preview

@if($footer_logo) @else {{ siteName() }} @endif

{{ Str::limit($footer_description, 80) }}

@if($play_store_link) Play Store @endif @if($app_store_link) App Store @endif

{{ $footer_copyright }}

{{-- Save Button --}}
@endsection