@extends('back.layouts.main') @section('title' , 'Create Sms log') @section('content')
@csrf @include('back.sms_logs.form')
@stop @section('breadcrumbs') @stop