@extends('layouts.theme') @section('title','Company Profile') @section('style') @endsection @section('content')
Company Profile
@include('alertsInfo') @include('user/company-data')
@endsection @section('script') @endsection