@extends('back.layouts.main') @section('title' , 'Update Sms log '.$model->id) @section('content')
@method('PUT')
@csrf @include('back.sms_logs.form')
@stop @section('breadcrumbs') @stop