@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Update Footer Content') }}
@includeIf('backend.partials.languages')
@csrf

@if ($data) @if ($data->footer_logo == null) ... @else ... @endif @else ... @endif
{{ __('Choose Image') }}

{{ __('Note: {year} will be replaced by the current year') }}

@endsection