@extends('adminlte::page') @section('title', 'Edit Points Validity Section') @section('content_header')

Edit Points Validity Section

@stop @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
@if(isset($validity_old))
@else
@endif
@stop @section('css') @stop @section('js') @stop