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

{{ __('Edit Product') }}

{{ __('Product List') }}
@csrf @method('put')
{{-- loaded dynamically --}}
{{ __('Cancel') }}
@endsection