{{-- --}} @foreach($teams as $team) {{-- {{ $team->getFirstMediaUrl('team','thumb') }} --}} {{-- --}} @endforeach
الاسم الصورة المسمي الوظيفيCreated Atالفعل
{{ $team->name }} {{ $team->postion }}{{ $team->created_at }} {!! Form::open(['route' => ['teams.destroy', $team->id], 'method' => 'delete']) !!}
{!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
{{ $teams->links() }}