/home/mip/mip/app/Modules/Client/Views/reports-table-layouts.blade.php
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="csrf-token" content="{{ csrf_token() }}" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>{{$type}}</title>
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    </head>
    <body>
         <div class="wrapper">
            <div class="content-wrapper">
                @yield('page-body')
            </div>
        </div>
    </body>
</html>