@extends('backend.layouts.master') @section('content')
MetatagsList of Metatags Add
@foreach($data as $k=>$v) @endforeach
# Image Meta Title Meta Description Canonical URL Action
{{++$k}} {{$v->title}} {!!Str::words(strip_tags($v->description),20,'...')!!} {{$v->canonical}}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection