@extends('frontend.layouts.master') @section('content') @include('frontend.sections.team-details-section',['team_member' => $team_member,'lang' => $lang,'default' => $default]) @include('frontend.sections.player-section') @endsection