@extends('layouts.user-no-nav') @section('page_title', $list->name) @section('styles') {!! Minify::stylesheet([ '/css/pages/lists.css' ])->withFullUrl() !!} @stop @section('scripts') {!! Minify::javascript([ '/js/pages/lists.js' ])->withFullUrl() !!} @stop @section('content')
{{__('No profiles available')}}
@endif