@extends('layouts.master') @section('title') Add Tools Request @endsection @section('page-title')Tools Request @endsection @section('body') @endsection @section('content')
@csrf

@foreach($productCategories as $category)
{{ $category->product_category_name }}
@endforeach

@endsection @section('scripts') @endsection