@extends('backend.layout.main') @section('content')
@can('team-create') Add Team Member @endcan
@forelse ($data as $cause) @empty @endforelse
Name Photo Email Address Contact Position actions
{{ $cause->name }}
image
{!!$cause->email!!} {!!$cause->phone!!} {!!$cause->position!!}
@can('team-edit') @endcan @can('team-delete') @endcan
No data present
@endsection