@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('styles') @endsection @section('content')
@csrf
{{ __('app.select_group_error')}}
@
@include('includes.modal') @endsection