@extends('layouts.light.master')
@section('title', 'Order')
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
Create anOrder
@endsection
@section('breadcrumb-items')
Users
Create
@endsection
@section('content')
@foreach ($product_catalogs as $catalog)
@endforeach
@endsection
@section('script')
@endsection