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

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

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

{{ $error }}

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

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

@endif
{{csrf_field()}}

Question Entry Options

Question Details

@endsection @section('scripts') @endsection