@extends('layouts.app') @section('title', 'Add Company Document') @section('breadcrumbs') @endsection @section('content')

Add Company Document

@csrf @include('compliance::documents._form')
Cancel
@endsection