@extends('admin.layouts.app', ['title' => __('Sub Category')]) @section('content')
| Name | {{$team->full_name}} |
|---|---|
| {{$team->email}} | |
| Designation | {{$team->designation}} |
| About | {{$team->about}} |
| Image |
@if(!empty($team->image) && \Illuminate\Support\Facades\Storage::exists($team->image))
@endif
|