@extends('adminlte::page')
@section('content_header')
@lang('global.Add New') @lang('global.Technical Control')
@endsection
@section('content')
@include('technical-controls.partials._form')
{!! Util::FormButtons('insurance_form', route('technical-controls.index')) !!}
@endsection