@extends('panel::layouts.app') @section('title', __('panel/menu.customer_groups')) @section('content')
{{ __('panel/menu.customer_groups') }}
@csrf @method($group->id ? 'PUT' : 'POST')
@endsection @push('footer') @endpush