@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')

{!! __('All products') !!}

@widget('MobileApp\CategoriesList')
@endsection @section('scripts') @endsection