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

{{ !empty($notification->id) ? 'แก้ไขเพจ' : 'เพิ่มเพจ' }}

status) ? ($notification->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($notification->status == 0 ? 'checked' : '') : '' }}>
{{-- @csrf --}} {{-- --}}
{{--
--}}
@endsection('content') @section('scripts') @endsection