@extends('layouts.app') @section('titlePage', 'Create '.$title) @section('content')
@include('common.alert')
@csrf @include('master.exams.attribute-company.form')
{{-- /card-body --}}
@endsection