@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@if (empty($service->image_service))

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

@else @endif
@if (empty($service->image_home))

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

@else @endif
{{-- Start Tap --}}
{{-- Tap 1 --}}
{{-- Start Input --}}
{{-- End Input --}}
{{-- End Tap 1 --}} {{-- Tap 2 --}}
{{-- Start Input --}}
{{-- End Input --}}
{{-- End Tap 2 --}}
{{-- End Tap --}}
status) ? ($service->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($service->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection