@extends('layouts.mainlayout')
@section('title', 'Manage Team')
@section('main')
| Profile Pic |
Employee Id |
Name |
Role |
Team |
@endsection
{{-- Styles Section --}}
@section('styles')
@endsection
{{-- Scripts Section --}}
@section('js')
{{-- vendors --}}
@endsection