@extends('admin.layout.app') @section('content')
@csrf
seo_tags ?? null) value="@foreach ($setting->seo_tags as $tag){{ $tag }}@if (!$loop->last){{ ',' }} @endif @endforeach" @endif>
seo_tags_ar ?? null) value="@foreach ($setting->seo_tags_ar as $tag){{ $tag }}@if (!$loop->last){{ ',' }} @endif @endforeach" @endif>
@stop @section('js') @stop