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

@yield('title')

@endsection @section('content')
@can('advertisement-update') @endcan @canany(['advertisement-update','advertisement-delete']) @endcanany
{{ __('ID') }} {{ __('Name') }} {{ __('Description') }} {{ __('User') }} {{ __('Price') }} {{ __('Image') }} {{ __('Other Images') }} {{ __('Latitude') }} {{ __('Longitude') }} {{ __('Address') }} {{ __('Contact') }} {{ __('Country') }} {{ __('State') }} {{ __('City') }} {{ __('Featured/Premium') }} {{ __('Status') }}{{ __('Active') }}{{ __('Rejected Reason') }} {{ __('Expiry Date') }} {{ __('Created At') }} {{ __('Updated At') }} {{ __('User ID') }} {{ __('Category ID') }} {{ __('Likes') }} {{ __('Clicks') }}{{ __('Action') }}
@endsection @section('script') @endsection