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

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Course') }}


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


  • type == '1' ? 'checked' : '' }}/>

  • price =="" && $cor->price =="") class="display-none" @endif id="doabox">
    price =="" && $cor->discount_price =="") class="display-none" @endif id="doaboxx">
    @if(Auth::User()->role == "admin")
  • featured==1 ? 'checked' : '' }}>
  • @endif
    @if(Auth::User()->role == "admin")
  • status==1 ? 'checked' : '' }}>
  • @endif


    @if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else course @endif



    @endsection @section('scripts') @endsection