Monday, 14 December 2015

Laravel 5 Views(.blade extension)

<html>
<head>
    <title>Sample3 Project</title>
</head>

@extends('master')

@section('content')






    @foreach($lessons as $lesson)

    {{ $lesson  }}

    @endforeach
    {{ $test  }}

@stop
</html>

No comments:

Post a Comment