PHP Classes

File: resources/views/auth/layouts/auth.blade.php

Recommend this page to a friend!
  Classes of Nahidul Hasan   Gentelella Laravel User Management and CRUD System   resources/views/auth/layouts/auth.blade.php   Download  
File: resources/views/auth/layouts/auth.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Gentelella Laravel User Management and CRUD System
User administration for Laravel applications
Author: By
Last change:
Date: 1 year ago
Size: 192 bytes
 

Contents

Class file image Download
@extends('layouts.app')

@section('page')

    {{--Region Content--}}
    @yield('content')

@endsection

@section('styles')
    {{ Html::style(mix('assets/auth/css/auth.css')) }}
@endsection