@extends('fronted.layout.main') @section('adcontent')

Company Profile

@php $profile = DB::table('businessregisters')->where('username',Session::get('user'))->first(); @endphp
{{$profile->business_type }}
@php $documents = DB::table('uploadprofiles')->get(); @endphp @foreach($documents as $temp)
@endforeach
@endsection