@extends('admin.layout.master') @section('css') @endsection @section('content') معالجة عناوين العميل @if(count($rows) > 0)
@else
{{awtTrans('لا يوجد عناوين ')}}
@endif @endsection @section('js') @endsection