@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
Update Logo & Text
@if (!empty($langs)) @endif
@csrf {{-- Footer Logo Part --}}

Footer Logo


JPG, PNG, JPEG, SVG images are allowed

@endsection