Commit 239fee29 by Aan Choesni Herlingga

meta index front

parent 04ec8c29
...@@ -22,6 +22,15 @@ ...@@ -22,6 +22,15 @@
<div class="panel-body"> <div class="panel-body">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="form-group @if ($errors->has('show_name_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label>
<div class="col-md-10">
{{ Form::text('show_name_setting', old('show_name_setting'), array('class' => 'form-control')) }}
@if ($errors->has('show_name_setting'))
<label id="login-error" class="error" for="login">{{$errors->first('show_name_setting')}}</label>
@endif
</div>
</div>
<div class="form-group @if ($errors->has('name_setting')) has-error @endif"> <div class="form-group @if ($errors->has('name_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label> <label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label>
<div class="col-md-10"> <div class="col-md-10">
...@@ -31,7 +40,7 @@ ...@@ -31,7 +40,7 @@
@endif @endif
</div> </div>
</div> </div>
<div class="form-group @if ($errors->has('value_setting')) has-error @endif"> <div class="form-group @if ($errors->has('value_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.value') @lang('feature.setting')</label> <label class="col-md-2 control-label">@lang('label.value') @lang('feature.setting')</label>
<div class="col-md-10"> <div class="col-md-10">
{{ Form::text('value_setting', old('value_setting'), array('class' => 'form-control')) }} {{ Form::text('value_setting', old('value_setting'), array('class' => 'form-control')) }}
......
...@@ -22,6 +22,15 @@ ...@@ -22,6 +22,15 @@
<div class="panel-body"> <div class="panel-body">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="form-group @if ($errors->has('show_name_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label>
<div class="col-md-10">
{{ Form::text('show_name_setting', old('show_name_setting'), array('class' => 'form-control')) }}
@if ($errors->has('show_name_setting'))
<label id="login-error" class="error" for="login">{{$errors->first('show_name_setting')}}</label>
@endif
</div>
</div>
<div class="form-group @if ($errors->has('name_setting')) has-error @endif"> <div class="form-group @if ($errors->has('name_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label> <label class="col-md-2 control-label">@lang('label.name') @lang('feature.setting')</label>
<div class="col-md-10"> <div class="col-md-10">
...@@ -31,7 +40,7 @@ ...@@ -31,7 +40,7 @@
@endif @endif
</div> </div>
</div> </div>
<div class="form-group @if ($errors->has('value_setting')) has-error @endif"> <div class="form-group @if ($errors->has('value_setting')) has-error @endif">
<label class="col-md-2 control-label">@lang('label.value') @lang('feature.setting')</label> <label class="col-md-2 control-label">@lang('label.value') @lang('feature.setting')</label>
<div class="col-md-10"> <div class="col-md-10">
{{ Form::text('value_setting', old('value_setting'), array('class' => 'form-control')) }} {{ Form::text('value_setting', old('value_setting'), array('class' => 'form-control')) }}
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title">{!! $title !!}</h3> <h3 class="panel-title">{!! $title !!}</h3>
{{-- <a class="btn btn-info" href="{{URL::to('webprofile/settings/create')}}" style="margin: 0cm 0px 0cm 10px;">@lang('label.create')</a> --}} <a class="btn btn-warning" href="{{URL::to('webprofile/settings/create')}}" style="margin: 0cm 0px 0cm 10px;">@lang('label.create')</a>
<a class="btn btn-info" href="{{ url('update')}}" style="margin: 0cm 0px 0cm 10px;">Update Engine</a> <a class="btn btn-info" href="{{ url('update')}}" style="margin: 0cm 0px 0cm 10px;">Update Engine</a>
<ul class="panel-controls"> <ul class="panel-controls">
<li><a href="#" class="panel-collapse"><span class="fa fa-angle-down"></span></a></li> <li><a href="#" class="panel-collapse"><span class="fa fa-angle-down"></span></a></li>
......
@extends('webprofile.front.jollyany.master') @extends('webprofile.front.jollyany.master')
@section('meta')
<meta name="{{ Str::slug($setting['web_title']) }}" content="custom"/>
<meta name="description" content="{{ $setting['web_title'] }}">
@if(array_key_exists('default_keyword', $setting))
<meta name="keywords" content="{{ $setting['default_keyword'] }}">
@endif
<meta name="author" content="{{ $setting['web_title'] }}">
@endsection
@section('slider') @section('slider')
<section class="slider-wrapper"> <section class="slider-wrapper">
<div class="tp-banner-container"> <div class="tp-banner-container">
......
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
<title>{{$setting['web_title']}}</title> <title>{{$setting['web_title']}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=""> <meta name="language" content="id">
<meta name="keywords" content=""> <meta name="geo.placename" content="Surabaya">
<meta name="author" content=""> <meta name="geo.region" content="Indonesia">
@yield('meta')
<!-- Bootstrap Styles --> <!-- Bootstrap Styles -->
<link href="https://statik.unesa.ac.id/profileunesa_konten_statik/front/css/bootstrap.css" rel="stylesheet"> <link href="https://statik.unesa.ac.id/profileunesa_konten_statik/front/css/bootstrap.css" rel="stylesheet">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment