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