@extends('layouts.container') @section('title', 'SMS Gateway') @section('title_description') Tambah Baru @stop @section('css') @stop @section('body-class', 'skin-green') @section('content')

Folders

{{ ($id != '') ? 'Pencarian. in '.$type.':'.$id : strtoupper($type) }}
@include('smsgateway.sms.'.$type)
{{ $data->links() }}
@endsection @section('js') @endsection