{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Ivrfai | Dashboard @endsection {{-- Content --}} @section('content') @include('layouts.header')
@endsection @section('scripts') @if (app()->isLocal()) @else @endif @endsection