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

{{ !empty($certificate->id) ? 'แก้ไขรายละเอียด' : 'เพิ่มรายการใหม่' }}

@csrf
  • ภาษาไทย
  • ภาษาอังกฤษ
@if (!empty($certificate->id))
@else
@endif
status) ? ($certificate->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($certificate->status == 2 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') {{-- --}} {{-- --}} @endsection