@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Add a new product')) @section('content')
{{ __('dashboard.Add a new product') }}
@csrf
{{ __('dashboard.images') }}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush