/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/create.blade.php (8999B)
@extends('admin/layouts.master') @section('title', 'Create Course - Admin') @section('body') @if ($errors->any())
@endif

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

{{ csrf_field() }}




@if(Auth::User()->role == "admin")
  • @endif
    -

    size: 250x150


    @endsection @section('scripts') @endsection