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

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

{{__('page_admin.upload_image')}}

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