@extends('admin.layout.app') @section('content')

Our Team

@php $sr = 1 @endphp @forelse($lists as $list) @empty @endforelse
S.No. Name Designation Image Status Action
{{ $sr++ }} {{$list->name ?? ''}} {{$list->designation ?? ''}} icon Image @if($list->status == 1) Active @else Inactive @endif
@endsection