@extends('layouts.frontend') @section('content')
{{ trans('cruds.product.fields.id') }} | {{ $user->id }} |
---|---|
{{ trans('cruds.product.fields.name') }} | {{ $user->name }} |
Branch | @if ($user->team->owner_id == Auth::id()) @else @foreach($branches as $id => $branch) @if (in_array($id, $old_branches)) {{ $branch }} @endif @endforeach @endif |