@extends('adminlte::page') {{-- @section('content_header')

@lang('global.Add New') @lang('global.Validity rule')

@endsection --}} @section('content')

@lang('global.Create') @lang('global.Validity rule')

@csrf @include('validity-rules.partials._form')
{!! Util::FormSubmitActions("validity_rules", route('validity-rules.index')) !!}
@endsection