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

Create Product label

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

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

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