@extends('admin.layouts.app') @section('content')
@csrf @method('PUT')
@if($team->photo)
Identity Photo
@else

No Team Photo

@endif
@endsection