@extends('adminlte::page')
@section('content_header')
@lang('global.Create') @lang('global.Annual Tax')
@endsection
@section('content')
@include('annual-taxes.partials._form')
{!! Util::FormButtons('insurance_form', route('annual-taxes.index')) !!}
@endsection