/home/techb158/ileadtechnology.com/resources/views/admin/bundle
NameSizeModeActions
create.blade.php119620644editdlrm
edit.blade.php152720644editdlrm
index.blade.php68470644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/bundle/create.blade.php (11962B)
@extends('admin/layouts.master') @section('title', 'Create Course - Admin') @section('body') @if ($errors->any())
@endif

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

{{ csrf_field() }}


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

    size: 250x150




  • @endsection @section('scripts') @endsection