@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

NEW GROUP

@csrf
@if ($errors->has('group_name')) @endif
@if ($errors->has('age_min')) @endif
@if ($errors->has('age_max')) @endif
@if ($errors->has('investment_periods_id')) @endif
@endsection