@extends('admin.layouts.master') @section('title') Word Category Manage | @endsection @section('content')
{{ settings()->address }}
{{ settings()->website_email }}
# Id | Title | Sub-title | Image | Paid | Action | |
---|---|---|---|---|---|---|
{{ $record->id ?? '' }} | {{ $record->title ?? '' }} | {{ $record->sub_title ?? '' }} | {{ $record->image ?? '' }} | {{ $record->paid == 1 ? 'Paid' : 'Unpaid' }} | {{--
@if($record->image)
| --}}
{{-- | --}}
No data found |