@extends('admin.layouts.master') @section('title','Edit Course') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Course') }} @endslot @slot('button')
{{__('Back')}}
@endslot @endcomponent
{{ __('Edit') }} {{ __('Categories') }}
{{ csrf_field() }} {{ method_field('PUT') }}

status == '1' ? 'checked' : '' }} name="status" />

featured == '1' ? 'checked' : '' }} name="featured" />
-

{{__('size: 255x200')}}


{{ __('Recommended size') }} (1375 x 409px)
{{__('Upload')}}
@if(isset($cate['cat_image'])) @endif
@endsection