@extends('admin.layout.app') @section('heading', 'Edit General Settings') @section('main_content')
@csrf {{-- Image Previews and Upload Inputs --}} @foreach (['favicon', 'error_page_photo', 'login_page_photo', 'logo'] as $imageField)

@if ($row_data->$imageField) @endif
@endforeach {{-- Navigation Type --}}
{{-- Color Settings Toggle --}}
{{-- Color Settings Toggle --}}
{{-- Icon Text and URL Fields --}} @for ($i = 1; $i <= 5; $i++)
@endfor {{-- Google Analytics --}}
{{-- SEO Title and Description --}}
{{-- Submit --}}
@endsection