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