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



  • @if($cate['image'] !== NULL && $cate['image'] !== '') @else course @endif
    @endsection @section('script') @endsection