@extends('admin.master_layout') @section('title') {{ __('translate.Product Gallery') }} @endsection @section('body-header')

{{ __('translate.Product Gallery') }}

{{ __('translate.Manage Product') }} >> {{ __('translate.Product Gallery') }}

@endsection @section('body-content')

{{ __('translate.Product') }} : {{ html_decode($product->translate->name) }}

@csrf

{{ __('translate.Gallery Images') }}

@endsection @push('style_section') @endpush @push('js_section') @endpush