@extends('company_portal.layouts.master') @section('title','Users') @section('css') @endsection @section('header') @include('company_portal.partials.header') @endsection @section('content')

Users

{{--

Assing user managers

--}}
@if(count($freelancers) > 0) @endif @include('company_portal.users_list')
ID Username Name Email Status  
@if(session()->has('success'))

User has been added sucessfully.

@endif @endsection @push('scripts') {{-- --}} @endpush