@extends('admin.layouts.master') @section('title','Edit Batch') @section('maincontent') @component('components.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __('Admin') }} @endslot @slot('menu2') {{ __(' Edit Batch') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Batch') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@if(Auth::User()->role == "admin") status==1 ? 'checked' : '' }}/> @endif

{{ __('adminstaticword.Recommendedsize') }} (1375 x 409px)
{{ __('Upload') }}
@if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else course @endif
@endsection @section('scripts') @endsection