@extends('panel.layout.app') @section('title', __('Advertis')) @section('content')

{{ __('Advertis') }}

@foreach ($advertises as $advertis) @endforeach
# {{ __('Key') }} {{ __('Title') }} {{ __('Status') }} {{ __('Action') }}
{{ $advertis->id }} {{ $advertis->key }} {{ $advertis->title }} @if ($advertis->status) Active @else Passive @endif
@endsection