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

@if($action_type==1) Add @elseif($action_type==2) Edit @endif Practice Set Question

@if(Session::has('errors'))
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif
  • Step 1

    Create a New Practice Set

  • Step 2

    Add Question

  • Step 3

    Practice Set Setting

  • Step 4

    Finish Practice Set

{{csrf_field()}}

Question Entry Options

Question Details

@if($action_type==1) Add @elseif($action_type==2) Update @endif this Question in Different Lang.

@endsection @section('scripts') @endsection