@extends('backend.layouts.app') @section('content')
@foreach ($about_members as $element) @endforeach
Title Name From To Photo Status Action
{{ $element->member_title }} {{ $element->name }} {{ date('d-m-Y',strtotime($element->from_date)) }} {{ date('d-m-Y',strtotime($element->to_date)) }} @if ($element->status == 1) Active @else Inactive @endif
@endsection