/home/techb158/ileadtechnology.com/resources/views/admin/category
NameSizeModeActions
childcategory/-0755rm
subcategory/-0755rm
update.blade.php39650644editdlrm
view.blade.php92420644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/category/update.blade.php (3965B)
@extends('admin/layouts.master') @section('title', 'Edit Category - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.EditCategory') }}

{{ csrf_field() }} {{ method_field('PUT') }}
  • featured == '1' ? 'checked' : '' }} >
  • status == '1' ? 'checked' : '' }} >

  • -

    size: 250x150


    @if(isset($cate['cat_image'])) @endif

    @endsection