@extends('frontend.layouts.master')
@section('meta_title', $team?->name . ' || ' . $setting->app_name)
@section('meta_description', $team?->name)
@push('custom_meta')
@endpush
@section('header')
@include('frontend.layouts.header-layout.three')
@endsection
@section('contents')