Indigo Layout

Awes.IO

Install

composer require awes-io/indigo-layout

Example

@extends('indigo-layout::auth')
 
@section('title')
    <h1>Awesome App!</h1>
@endsection
 
@section('content')
    ...
@endsection
 
@section('footer')
    ...
@endsection

Components

© 2019 - Proudly powered on Awes.IO Platform