@extends('admin.layouts.app') @section('title', 'Product Labels') @section('page_css') @endsection @section('section')

Labels

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('put')
@endsection @section('script') @endsection