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