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

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

{{ __('translate.Manage Listings') }} >> {{ __('translate.Listing Gallery') }}

@endsection @section('body-content')

{{ __('translate.Listing') }} : {{ html_decode($listing->translate->title) }}

@csrf

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

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