@extends('adminlte::page')
{{-- @section('content_header')
@lang('global.Add New') @lang('global.Validity rule')
@endsection --}}
@section('content')
@lang('global.Create') @lang('global.Validity rule')
{!! Util::FormSubmitActions("validity_rules", route('validity-rules.index')) !!}
@endsection