@extends('master.back') @section('css') @endsection @section('content')

Our Teams

Personal details

{{ csrf_field() }}
@if(count($teams) > 0)
@foreach($teams as $team)
{{--Text--}}

First name
{{ $team->first_name }}

Last name
{{ $team->last_name }}

Position
{{ $team->position }}

@endforeach
@endif @endsection @section('audio') @endsection @section('js') {{----}} @endsection