@extends('layouts.customer') @section('title','Label Edit') @section('extra-css') @endsection @section('content')

@lang('customer.label_edit')

@lang('customer.back')
@csrf @method('put')
@include('customer.label.form')
@endsection @section('extra-scripts') @endsection