@extends('admin.layouts.app') @section('title', 'Team') @section('content') @php($currecy = DB::table('about_businesses')->join('currency_countries', 'about_businesses.base_currency', '=', 'currency_countries.currency_country_uuid')->where('business_id', $business_id)->select('currency_countries.country_code')->first())
{{ trans('general.no_records') }}
No record found!!!
No record found!!!
Your recently changed data in this model will be lost.