@extends('Frontend.Layouts.modal') @section('title') {{ trans('admin.device_plans') }} @stop @section('body')
@include('Frontend.DeviceSubscription.table')
@stop @section('buttons') @stop