@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.customers.groups.edit-title') }} @stop @section('content')
@csrf()
@{{ errors.first('code') }}
@{{ errors.first('name') }}
@stop