@extends('admin.layouts.Alayout') @section('head1')
Projects
{{Session::get('d')}}
Users
{{Session::get('u')}}
Clients
{{Session::get('cc')}}
Documents
{{Session::get('p')}}
@endsection @section('content') @endsection