@extends('layout.layout') @section('reporting','active') @section('content')

Wall Sales

@include('wall-sales.wall-search')
@if ($role == 2)

Wall List

@endif
@if ($role == 2) @endif
@endsection @section('javascript') @endsection