@extends('promotions.layout') @php $bg = asset('admin/uploads/'.$global_d['store_banner']); @endphp @section('metatags') {{$category->title}} @endsection @section('css') @endsection @section('content')

{{$category->title}}

@foreach ($stores as $item)

{{$item->title}}

{{substr($item->short_des, 0,50)}}


Visit Store
@endforeach
{{ $stores->links('pagination.custom') }}
@endsection