@extends('layouts.admin') @push('title', get_phrase('Seo settings')) @push('meta')@endpush @push('css')@endpush @section('content')

{{ get_phrase('Seo Settings') }}

{{ get_phrase('Manage SEO Settings') }}

@foreach ($seo_meta_tags as $seo_meta_tag)
@csrf
{{ get_phrase('Writing your keyword and hit the enter') }}
....
@endforeach
@endsection @push('js') @endpush