7 lines
90 B
PHP
7 lines
90 B
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
{!!$blah!!}
|
|
@include('footer')
|
|
@endsection
|
|
|