@extends('business::layouts.master') @section('title') {{ __('Create Product') }} @endsection @section('main_content')

{{ __('Add new Product') }}

{{ __('Product List') }}
@csrf
{{-- load dynamicaly --}}
@endsection