@extends('backend.layout.layout') @section ('content') About Us Table Home About Us Table @if(session('status')) {{session('status')}} @endif {{-- +Add New --}} S.N. Title Image {{-- description --}} First Button {{-- Second Button --}} Actions @foreach ($about as $key => $about_us) {{$key+1}} {{$about_us->title}} {{-- {{strip_tags($about_us->description)}} --}} {{$about_us->button_f }} {{-- {{$about_us->button_s}} --}} Edit {{-- @csrf --}} {{-- --}} {{-- Delete --}} @endforeach @endsection