@extends('admin.layouts.app') @section('title', 'Users') @section('content')
{{--
--}} @if(auth()->user()->can('add-goods-types')) @endif
@lang('view_pages.loading')
@endsection