@extends('admin.layouts.master') @section('title','Edit Batch') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Edit Batch') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Recommended Size') }} (1375 x 409px)
{{ __('Upload') }}
@if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else course @endif
@if(Auth::User()->role == "admin") status==1 ? 'checked' : '' }}/> @endif
@endsection @section('scripts') @endsection