@extends('layout.master') @section('title', 'Inbox') @section('parentPageTitle', 'App') @section('content')

Inbox

  • Herman Beck Marketing

    [ThemeForest]Lorem Ipsum is simply dumm dummy text of the printing and typesetting industry.

    23 Jun
  • Mary Adams

    [Support]There are many variations of passages of Lorem Ipsum available, but the majority

    22 Jun
  • June LaneFamily

    [Support]Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    20 Jun
  • Gary Camara

    [CSS]There are many variations of passages of Lorem Ipsum available, but the majority

    14 Jun
  • Frank CamlyThemeforest

    [WrapTheme]Lorem Ipsum is simply dumm dummy text of the printing and typesetting industry.

    11 Jun
  • Gary CamaraWork

    [Awwwards]There are many variations of passages of Lorem Ipsum available, but the majority

    29 May
@stop @section('page-script') $(document).ready(function(){ $(".mail-detail-expand").click(function(){ $("#mail-detail-open").toggle(); }); $(".mail-back").click(function(){ $("#mail-detail-open").toggle(); }); }); @stop