@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- Start Tap --}}
@includeIf('career::form_career_th') @includeIf('career::form_career_en')
{{-- End Tap --}}
status) ? ($career->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($career->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection