@extends('layouts.app') @section('title', 'Add Product') @section('custom-css') @endsection @section('content')

{{ __('pages.Product Create') }}

{{ __('pages.Back to list') }}
@csrf
{{ __('pages.%') }}
{{ __('pages.%') }}
{{ __('pages.%') }}

{{ __('pages.Select Categories') }}

@foreach($product_type as $p_type)
@endforeach
@endsection @section('custom-js') @endsection