@extends('layouts.master') @section('css') @endsection @section('title') {{ __('supprocesses.addproduct') }}@stop @section('page-header')
@endsection @section('content') @if (session()->has('addProduct')) @endif @if (count($errors) > 0)
خطا
@endif
{{ csrf_field() }} {{-- 1 --}}
{{-- 2 --}}
{{-- 3 --}} {{-- 5 --}}
@error('active') {{ $message }} @enderror

@endsection @section('js') @endsection