@extends('admin.template.master') @section('title') SMS Log all sms list Home SMS Log @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List #Sl Created Date Response @endsection @section('javascripts') @endsection