@extends('layouts/contentLayoutMaster') @section('title', 'Create Severity') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{ csrf_field() }}
@if($errors->has('text'))

{{ $errors->first('text') }}

@endif
@if($errors->has('possible_answers'))

{{ $errors->first('possible_answers') }}

@endif
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') {{-- Page js files --}} @endsection