@extends('layouts.panel') @section('title', 'سفارشی‌سازی') @section('page_title')

سفارشی‌سازی

@endsection @section('content')
@foreach($csl_orders as $i=>$csl_order) @endforeach
ردیف نام سفارش‌دهنده سازمان شماره تماس وضعیت عملیات
{{$i+1}} {{$csl_order->fullname}} {{$csl_order->organization}} {{$csl_order->phone}} {{$csl_order->status_str}}
{{$csl_orders->links()}}
@endsection