@extends('layouts.master') @section('pagetitle') Add Product @endsection @section('title') Add Product @endsection @section('content')

Product

@csrf @if($merchant_sites->business_type == 'grocery')
@endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif
@endsection