@extends('admin.layouts.main') @section('main-admin-container')

Seo

Create Seo
Seo
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($seos as $seo) @endforeach
S.No Title Url Description Keywords Status Actions
{{ $loop->iteration }} {{ $seo->title }} {{ $seo->url }} {{ $seo->description }} {{ $seo->keyword }} {{ $seo->status == 1 ? 'Active' : 'Suspended' }}
Edit @csrf @method('DELETE')
@endsection