@extends('layout.dashboard-app') @section('content')
@csrf

Select categories:

@foreach($categories as $category)
@endforeach
@endsection