@extends('layouts.dashboard') @section('pagehead', 'Billing Details') @section('bredcrumb-item-link',url('/home/billing-master/basic-details')) @section('bredcrumb-item','All Details') @section('content') @include('layouts.notification') @csrf Categories @foreach($categories as $key => $category) {{ strtoupper($category) }} @endforeach Content Image @endsection @section('scripts') @endsection