@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','package')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','all_package')->first()->custom_text }}

{{ $websiteLang->where('lang_key','package_form')->first()->custom_text }} ({{ $websiteLang->where('lang_key','unlimited_qty')->first()->custom_text }} = -1 )
@csrf
@endsection