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

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


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




@if(Auth::User()->role == "admin")
  • status==1 ? 'checked' : '' }}>
  • @endif


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



    @endsection @section('scripts') @endsection