@extends('skinlib.master') @section('title', trans('general.skinlib')) @section('content')

{{ trans('general.skinlib') }} Skin Library

@forelse ($textures as $texture) @include('skinlib.item') @empty

{{ trans('skinlib.index.no-result') }}

@endforelse
@endsection