@extends('components.app') @section('styles') @endsection @section('title') Manage Sms Api @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Manage Sms Api

dashboard > manage sms-api
@foreach ($data as $item) @endforeach
#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))}}
@if(!empty($data)) {{ $data->links() }} @endif
@endsection