@extends('admin.layouts.admin') @section('title', 'SEO Settings - SIVILIMA Admin') @section('breadcrumb_title', 'SEO Settings') @section('breadcrumb') @endsection @section('content') @if(session('success')) @endif @php $pageLabels = [ 'home' => 'Home', 'about' => 'About Us', 'products' => 'Products', 'ceiling' => 'Ceiling', 'roofing' => 'Roofing', 'flooring' => 'Flooring', 'projects' => 'Projects', 'blog' => 'Blog', 'contact' => 'Contact', ]; $pages = array_keys($pageLabels); @endphp
@csrf
@foreach($pages as $i => $page)
value ?? '') }}">
value ?? '') }}">
value ?? '') }}"> @php $imgVal = $seo[$page]['image']->value ?? ''; @endphp @if($imgVal)
@endif
@endforeach
@endsection