@extends('layouts.admin') @section('header_style') @endsection @section('content') @if(Session::get('USER_ROLE') == '6')

@endif @if(Session::get('USER_ROLE') == '5')

@endif @if(Session::get('USER_ROLE') == '4' || Session::get('USER_ROLE') == '3' || Session::get('USER_ROLE') == '7')

@endif @if(Session::get('USER_ROLE') == '2')

@endif @endsection @section('footer_script') @endsection