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