@extends('layouts.app') @section('css') {{-- Select2 --}} @endsection @section('content')
{{ __('Users') }} >> {{ __('Projects') }} >> {{$user->full_name}}
@include('layouts.includes.user_menu')
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive', 'width' => '100%', 'cellspacing' => '0']) !!}
@include('layouts.includes.message_boxes') @endsection @section('js') {!! $dataTable->scripts() !!} @endsection