@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{--
@if (empty($category->image))

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

@else @endif
--}}

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

{{-- start tap --}}
{{-- tap 1 --}}
{{-- end tap 1 --}} {{-- tap 2 --}}
{{-- end tap 2 --}}
{{-- end tap --}} {{--
--}}
status) ? ($category->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($category->status == 0 ? 'checked' : '') : '' }}>
@endsection @section('scripts') @endsection