@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 --}}
@if (empty($category->image))

อัปโหลดรูปภาพ

@else @endif
status) ? ($category->status == 1 ? 'checked' : '') : 'checked' }}>
@endsection('content') @section('scripts') @endsection