@extends('admin.layouts.master') @section('title', 'Edit Product Label') @section('css') @endsection @section('content')

Edit Product Label

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@endsection @section('js') @endsection