@extends('layouts.master') @section('title') {{ __('package') }} @endsection @section('content')

{{ __('list') . ' ' . __('package') }}


  • {{ __('To Reorder the Package, Drag the Table Row Up and Down and then Click on Update Rank') }}.
{!! Form::select( 'type', [ '' => __('all'), '0' => __('prepaid'), '1' => __('postpaid'), ], null, ['class' => 'form-control', 'id' => 'type'], ) !!}
{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('description') }} {{ __('type') }} {{ __('published') }} {{ __('highlight') }} {{ __('days') }} {{ __('used_by')}} {{ __('features')}} {{ __('action') }}
@endsection @section('script') @endsection