@extends('components.app') @section('styles') @endsection @section('title') Manage Sms Api @endsection @section('content')
| #id | name | url | method | authentication | auth username | auth password | json encoded | parameters | created at | action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->name}} | {{$item->url}} | {{$item->method}} | @if($item->authentication == 1) TRUE @else FALSE @endif | {{$item->auth_username}} | {{$item->auth_password}} | @if($item->json_encoded == 1) TRUE @else FALSE @endif | {{json_encode($item->parameters)}} |
{{date("Y-m-d H:i", strtotime($item->created_at))}} |