@extends('admin.admin_master') @section('admin')

Plans

@csrf
@if ($errors->has('key'))
{{ $errors->first('key') }}
@endif
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif
{{--
--}}
@endsection