@extends('layouts.app') @section('title', 'Settings | Website') @section('extrastyles') @endsection @section('content')
Robots.txt
{!! Form::open(['novalidate' => 'novalidate','onsubmit' => 'return updateWebsiteSettingRobots(this);']) !!} {!! Form::textarea('custom_site_robots', $customRobots, [ 'class' => 'form-control code-editor', 'placeholder' => '', 'rows' => 10 ]) !!}
{!! Form::close() !!}
@endsection @section('footer') @endsection