@extends('layouts.base')
@section('stylesheets')
@endsection
@section('content')
| Company Name |
Company Number |
Phone Number |
Date of Registration |
Action |
@endsection
@section('modal_section')
@include('inc.components.upload_document_modal')
@include('inc.components.edit_company_modal')
@include('inc.components.remove_company_modal')
@endsection
@section('scripts')
@endsection
@section('page_scripts')
@endsection