@extends('layouts.main') @section('title') {{ __('City Images') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ __('ID') }} {{ __('City') }} {{ __('Image') }} {{ __('Total Properties') }} {{ __('Enable/Disable') }} {{ __('Action') }}
@endsection @section('script') @endsection