@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{--

{{ __('about_admin.about_data') }}

--}}
@includeIf('career::form_join_team_th') @includeIf('career::form_join_team_en')
@if(mwz_roles('admin.career.detail_join_team.save'))
@endif
@endsection('content') @section('scripts') @endsection