@extends('layouts.light.master') @section('title', 'Order') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Create anOrder

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($product_catalogs as $catalog) @endforeach
@endsection @section('script') @endsection