@extends('admin.layout.master') @section('content')

Add Test Package

@if(Session::has('errors'))
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
@if(!$packageDetail->isEmpty()) @foreach($packageDetail as $pack) @endforeach @endif
Day(s)
Set Expiry
@if(NULL) @else @endif
Upload a picture for your test package which can help students to easily associate with Your Package

Recommended Size: 1024px to 576px.

Supported Formats: JPG, JPEG, PNG.

@endsection @section('scripts') @endsection