@extends('layouts.master')
@section('title', 'PetroERP- An ERP for Product')
@section('content')
@if(count($teams)>0)
Sr. No. |
Member Name |
Role |
Photo |
Action |
@foreach($teams as $team)
{{$i++}} |
{{$team->name}} |
{{$team->role}} |
?asset('images/men.png'):asset('team').'/'.$team->photopath}}) |
|
|
@endforeach
@else
No Deactive Our Team Records Found.
@endif
@endsection