@extends('admin.index') @section('title') {{ translate("team_title") }} - @endsection @section('header') @endsection @section('content')
{{ translate("team_list_title") }}

{{ translate("team_list_description") }}

{{ translate("add_team_member") }}
{{ translate("photo_label") }} {{ translate("name_label") }} {{ translate("position_label") }} {{ translate("social_media_accounts_label") }} {{ translate("created_at_label") }} {{ translate("edit_label") }}
@endsection @section('footer') @endsection