/home/techb158/ileadtechnology.com/resources/views/admin/batch
NameSizeModeActions
create.blade.php89990644editdlrm
edit.blade.php66350644editdlrm
index.blade.php67380644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/batch/edit.blade.php (6635B)
@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