@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