@extends('common.layout') @section('content')

SEO MANAGER

@if(count($seoList) < 1) @else @foreach($seoList as $key) @endforeach @endif
NO Meta Type Page Name Path Url Description Title Url Image og:Description og:Title og:Url og:Image 삭제
등록한 Seo가 없습니다.
{{$loop->index+1 + (($seoList->currentPage()-1) * $seoList->perPage())}} {{$key->meta_type}} {{$key->page_name}} {{$key->path_url}} {{$key->meta_description}} {{$key->meta_title}} {{$key->meta_url}} {{$key->meta_image}} {{$key->meta_og_description}} {{$key->meta_og_title}} {{$key->meta_og_url}} {{$key->meta_og_image}}
Showing Participants {{ $seoList->firstItem() }} to {{ $seoList->lastItem() }} of {{ $seoList->total() }}
{{ $seoList->appends(request()->except('_token'))->links() }}
{{ csrf_field() }}
@endsection @section('script') @endsection