@extends('dashboard.layouts.main') @section('container')

Post Footer

@if (session()->has('success')) @endif
Create a New Footer @foreach ($footers as $footer) @endforeach
# Name Address Maps Telephone Email Action
{{ $loop->iteration }} {{ $footer->name }} {{ $footer->address }} {{ $footer->maps }} {{ $footer->telephone }} {{ $footer->email }}
@method('delete') @csrf
@endsection