@extends('back.layouts.main') @section('title' , 'View Sms log '.$model->id) @section('content')
Mobile {{$model->mobile}}
Sms {{$model->sms}}
Is sent @if($model->is_sent=='1') @else @endif
@stop @section('breadcrumbs') @stop