@extends('layouts.adminapp') @section('content') {{-- Product ADD New --}}
@csrf

Add New Products

@error('title')
{{ $message }}
@enderror
{{--
--}}
defualt
{{--

Enter your next TODO

@csrf
Back --}} @endsection