View file app/views/files/layout.blade.php

File size: 77B
@extends('layout')

@section('content')

    @include('files/'.$page)

@stop