-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi,
I got a blade file as follows:
@desktop
@extends('layouts.app')
@section('content')
<h1>DESKTOP VERSION</h1>
@endsection
@enddesktop
@handheld
<h1>MOBILE VERSION</h1>
@endhandheldThe h1 tags are working as expected, on desktop it shows DESKTOP VERSION and on mobile it shows MOBILE VERSION.
But the same layout layouts.app is being used by both clients.
I expected the layout to be used by desktop only, is this an issue or did i miss something?
Metadata
Metadata
Assignees
Labels
No labels