DeveloperBreeze

Blade View in Laravel Extending Layout

@extends('layouts.app')

@section('content')
    <div class="container">
        <h1>Welcome to My Page</h1>
    </div>
@endsection

Continue Reading

Handpicked posts just for you — based on your current read.

Discussion 0

Please sign in to join the discussion.

No comments yet. Start the discussion!