@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content')
Error Log

Error Log Setting

{{-- --}}
{!! Form::open(['action' => 'ErrorLogController@store', 'method' => 'POST', 'class' => 'form-horizontal','data-parsley-validate','enctype'=>'multipart/form-data']) !!}
{{Form::label('mobile', 'Mobile Number', ['class'=>'required col-md-2'])}}
{!! Form::textarea('mobile',$errorLog->mobileNo?$errorLog->mobileNo:null,['class'=>'form-control','placeholder'=>'Mobile Number', 'rows' => 2, 'cols' => 40,'required','style'=>'height:75px']) !!} Enter mobile number with comma seperated.
logFile==1?'checked':''}}>
textMsg==1?'checked':''}}>
bothOption==1?'checked':''}}>
{!! Form::hidden('updateId',$errorLog->id)!!} {{Form::submit('Save', ['class'=>'btn btn-primary'])}} {{Form::reset('Clear', ['class'=>'btn btn-danger'])}}
{!! Form::close() !!}
@endsection