@extends('layouts.frontend.signin') {{-- content --}} @section('content') @for($i = 1; $i <= 4; $i++) {!! \Carbon\Carbon::now()->format('Y-m-d') !!} Title Article @endfor More {!! Form::text('id', '', [ 'class' => 'form-control', 'id' => 'input1', 'placeholder' => '', ]) !!} ID {!! Form::text('pass', '', [ 'class' => 'form-control', 'id' => 'input2', 'placeholder' => '', ]) !!} PASS Signin @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop
{!! \Carbon\Carbon::now()->format('Y-m-d') !!}
Article