@extends('admin.layouts.master') @section('title', __('Addon')) @section('content')
@forelse ($addons as $addon) @empty @endforelse
{{ __('Addon Name') }} {{ __('Image') }} {{ __('Status') }} {{ __('Actions') }}
{{ $addon->name }} @if ($addon->status) {{__('Active')}} @else {{__('Deactive')}} @endif @if ($addon->status) @else @endif
{{ __('No Addons Added') }}
@endsection @section('script') @endsection