@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@csrf
@if (!$categories->isEmpty()) @foreach ($categories as $category) @endforeach @endif


@endsection @push('scripts') @endpush