@extends('admin.layouts.app') @section('title', 'Inbox') @section('content') Inbox #No From To Subject Message Date Action Compose Message {{ csrf_field() }} Send to all member?: Member Username: Subject: Your Message: Send Message @endsection @section('extra-script') @endsection