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

Our Mission Table

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