<title>{{ $page->name }}</title>
<style>
- {!! file_get_contents(public_path('/css/export-styles.css')) !!}
+ @if (!app()->environment('testing'))
+ {!! file_get_contents(public_path('/dist/export-styles.css')) !!}
+ @endif
</style>
@yield('head')
</head>