@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Package Plan
Add
{{--

--}}
@php $count = 1; @endphp
@foreach ($client_types as $client_type) @endforeach
Sl Package Name Package Bandwidth (K) Package Price Provider Bill (Amount) Status Action
{{ $count++ }} {{ $client_type->name }} {{ $client_type->unit }} {{ $client_type->price }} {{ $client_type->share_rate }} {{ $client_type->status ==1 ? 'Active': 'Inactive'}}
@push('select2') @endpush @endsection