@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
Ad Name |
{{trans('words.status')}} |
{{trans('words.action')}} |
@foreach($ad_list as $i => $ad_data)
{{ stripslashes($ad_data->ads_name) }} |
@if($ad_data->status==1){{trans('words.active')}} @else{{trans('words.inactive')}}@endif |
|
@endforeach
@include("admin.copyright")
@endsection