@if(Auth::check()) @extends('layouts.app') @section('content')

All SMS Packages

@if(count($packages) > 0) @foreach($packages as $package) @endforeach @endif
No Name SMS Unit Price Total Price Added By Added On Edit Activate
{{ $loop->iteration }} {{ $package->package }} {{ $package->sms }} {{ number_format(($package->total_cost)/($package->sms)) }} {{ number_format($package->total_cost) }} {{ $package->user->name }} {{ $package->created_at }} Edit @if($package->status ==1)
@csrf @method('delete')
@else
@csrf @method('delete')
@endif
No Name SMS Unit Price Total Price Added By Added On Edit Activate
{{-- Add business modal --}} {{-- modal ends --}}
@endsection @else return redirect()->route('login'); @endif