@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Error Log Manage Error Log Error Log Setting {{-- Active Document List Deactive Document List Add Documents --}} {!! 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':''}}> Save in Log File textMsg==1?'checked':''}}> Send Text Message bothOption==1?'checked':''}}> Save and Send Text Message {!! Form::hidden('updateId',$errorLog->id)!!} {{Form::submit('Save', ['class'=>'btn btn-primary'])}} {{Form::reset('Clear', ['class'=>'btn btn-danger'])}} {!! Form::close() !!} @endsection