@extends('admin::layouts.app') @section('content') @method('PUT') {{ __('master.category_master') }} {{ __('master.edit_category') }} {{ __('admin.submit') }} {{ __('static.cancel') }} {{ __('master.enter_the_details_below_to_update_category_for_english_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $category->description_en }} {{-- {{ __('label.enter_the_details_below_to_update_category_for_arabic_language') }} {{ __('master.title') }} * {{ __('label.description') }} * {{ $category->description_ar }} --}} {{ __('admin.status_update') }} status == 'active' ? 'checked' : '' }}> {{ __('admin.active') }} status == 'inactive' ? 'checked' : '' }}> {{ __('admin.inactive') }} {{ __('master.select_category_image') }} @endsection @section('script') @endsection
{{ __('master.edit_category') }}