@extends('layouts.app') @section('content')

{{ __('ui.add_product') }}

{{ __('Create a new product record.') }}

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{ __('Cancel') }}
@endsection