@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' : '' }} >

  • @endsection