@extends('buyer.layout') @section('title') Dashboard @endsection @section('frontend-content')

Categories

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