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

@lang('global.Validity rules')

@endsection @section('content')
{{-- --}}
{{--
--}}
@if(Storage::exists('public/national-rules.json')) {!! Util::Link(__('global.Country Rules'), route('validity-rules.show-rules-modal'), null, null, ['class' => 'btn btn-primary btn-sm open-ajax-modal']) !!} @endif @can('validity-rules.export') @lang('global.Export') @endcan @can('validity-rules.create') @lang('global.Add New') @endcan @lang('global.id') @lang('global.Group') @lang('global.Label') @lang('global.Value') @lang('global.Action')
@endsection @section('adminlte_js') @endsection