@extends('layouts/master', ['activePage' => 'accounts.show', 'titlePage' => __('View Admin Account')])
@section('vendor-style')
@endsection
@section('page-style')
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection
@section('content')
Teacher / View / Account
{{$teacher->name}}
Teacher
Details
-
Username:
violet.dev
-
Email:
{{$teacher->email}}
-
Status:
{{$teacher->is_active == 1 ? 'Active' : 'Inactive'}}
-
Role:
Teacher
-
Tax id:
Tax-8965
-
Contact:
{{$teacher->mobile}}
-
Languages:
French
-
Address:
{{$teacher->address}}
- 10 Users
- Up to 10 GB storage
- Basic Support
Days
65% Completed
4 days remaining
|
Project |
Total Task |
Progress |
Hours |
-
Invoices have been paid to the company
-
Project meeting with john @10:15am
Lester McCarthy (Client)
CEO of {{ config('variables.creatorName') }}
-
5 team members in a project
-
Weekly review of freshly prepared design for our new app.
|
ID |
|
Total |
Issued Date |
Actions |
@include('_partials/_modals/modal-edit-user')
@include('_partials/_modals/modal-upgrade-plan')
@endsection