@env('production')
@if (isset($ngAssets) && count($ngAssets))
@endif
@endenv
@if (is_null($data['session']))
@else
@endif
{{-- This is the Angular Application Root --}}
{{-- This'll load our hashed assets when in production --}}
@env('production')
@if (isset($ngAssets) && count($ngAssets))
@endif
@else
{{-- --}}
@endenv