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