@extends('layouts.customer') @section('title','Edit Group') @section('extra-css') @endsection @section('content')
@csrf @method('put') @include('customer.device_group.form')
@endsection @section('extra-scripts') @endsection