@extends('layouts.app-admin') @section('content')

Shop by Theme

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