@extends('backend.layout.layout') @section ('content')

About Us Table

@if(session('status'))
{{session('status')}}
@endif
{{-- --}}
{{-- --}} {{-- --}} @foreach ($about as $key => $about_us) {{-- --}} {{-- --}} @endforeach
S.N. Title Imagedescription First Button Second ButtonActions
{{$key+1}} {{$about_us->title}} {{strip_tags($about_us->description)}}{{$about_us->button_f }}{{$about_us->button_s}} {{--
@csrf --}} {{-- --}} {{--
--}}
@endsection