@extends('backend.settings.setting-layout') @section('title') {{ __('seo') }} @endsection @section('website-settings') @foreach ($seos as $seo) {{ __($seo->page_slug) }} @endforeach @foreach ($seos as $seo) @include('seo::pages.form', ['seo' => $seo]) @endforeach @endsection @section('style') @endsection @section('script') {{-- Image upload and Preview --}} @endsection