@extends('layouts.app-admin')
@section('content')
Shop by Theme
- Shop by Themes
- Shop by Theme List
| Sr. No. |
Title |
Type |
Status |
Action |
@foreach($shopbytheme as $key=>$row)
| {{$key+1}} |
{{$row->title}} |
{{$row->type}} |
@if($row->status=='active')
Active
@else
In-Active
@endif
|
|
@endforeach
@endsection
@section('script')
@endsection