@extends('layouts.app') @section('titlePage', 'Pages') @section('content') @push('script') @endpush
@include('common.alert')
@foreach ($data as $value) @endforeach
Title Keyword Description Action
{{ $value->title }}
{{ str_limit(strip_tags($value->seo_keywords),40)}}
{{ str_limit(strip_tags($value->description), 100) }}
@csrf @method('DELETE')
Title Link Status Action
@endsection