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