@extends('layouts.frontend.signin') {{-- content --}} @section('content')
@for($i = 1; $i <= 4; $i++)

{!! \Carbon\Carbon::now()->format('Y-m-d') !!}

Title

Article

@endfor
{!! Form::text('id', '', [ 'class' => 'form-control', 'id' => 'input1', 'placeholder' => '', ]) !!}
{!! Form::text('pass', '', [ 'class' => 'form-control', 'id' => 'input2', 'placeholder' => '', ]) !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop