@extends('web_stores.layouts.app') @section('content')
@foreach($categories as $category)

{{$category['company_category_name']}}

@endforeach
@stop @section('script') @stop