@extends('shop::layouts.master2') @section('title', 'Shop') @section('content')
@forelse($categories as $category) @empty

No category found

@endforelse
@endsection @section('script') @endsection