@extends('dashboard.layouts.master') @section('title', 'Meta Scripts') @section('content')

Meta Scripts

@foreach ($main as $key => $footer) @foreach($footer->footer as $item) @if ($loop->first) @endif @endforeach @endforeach
ID Title Dsiplay Name Link Action
{{ $key + 1 }} {{ $item->title }}{{ $item->display_name }} {{ $item->link }} Edit
@csrf @method('DELETE')
@endsection