Users
{{--Assing user managers
--}}ID | Username | Name | Status |
---|
@extends('company_portal.layouts.master')
@section('title','Users')
@section('css')
@endsection
@section('header')
@include('company_portal.partials.header')
@endsection
@section('content')
Assing user managersUsers
{{--
@if(count($freelancers) > 0)
@endif
@include('company_portal.users_list')
ID
Username
Name
Email
Status
User has been added sucessfully.
@endif @endsection @push('scripts') {{-- --}} @endpush