@extends('layouts.vendor') @section('content')

@lang('Packagings')

+@lang('Add New')
@forelse ($datas as $data) @empty @endforelse
{{ __('Title') }} {{ __('Price') }} {{ __('Action') }}
{{ $data->title }} {{ PriceHelper::showAdminCurrencyPrice(round($data->price * $curr->value, 2)) }}
@lang('No Data Found')
@endsection @section('script') {{-- DATA TABLE --}} @endsection