@extends('layouts.app') @section('content')

Team

@if(canAccess(['team create'])) Create Team @endif
@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
SL Avatar Name Phone Email Designation Action
{{ ++$key }} @if (!empty($row->image)) Featured Image @else
@endif
{{ $row->name }} @if(!empty($row->phone)) {{ $row->phone }} @endif {{ $row->email }} {{ strFilter($row->designation) }}
{!! config('icons.eye') !!} @if(canAccess(['team edit'])) @endif @if(canAccess(['team destroy'])) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush