@extends('layout.index') @section('title', 'Farmer Options Language') @section('content')
@if ($message = Session::get('success'))
@elseif ($message = Session::get('error'))
@endif
{{ csrf_field() }}
@if ($errors->has('form')) {{ $errors->first('form') }} @endif
@if ($errors->has('question')) {{ $errors->first('question') }} @endif
@if ($errors->has('option_language_file')) {{ $errors->first('option_language_file') }} @endif
@endsection