@extends('admin/layouts.master') @section('title', 'Edit Category - Admin') @section('body')
@include('admin.message')

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

{{ csrf_field() }} {{ method_field('PUT') }}
{{--
--}}

{{--
--}}
  • status == '1' ? 'checked' : '' }} >
  • {{--
  • featured == '1' ? 'checked' : '' }} >
  • --}}

    {{--
    -

    size: 255x200


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