@extends('layout.layout') @php $route = 'product-images'; @endphp @section('title',__('lang.product-images')) @section('header')

{{trans('lang.'.$route)}}

@endsection @section('content')
{{__('lang.image')}}
@endsection @section('script') @endsection