@extends('layouts.admin') @section('title', 'العملاء والموردين') @section('content-header', '') @section('content-actions') اضافة عميل جديد عرض الأقساط @endsection @section('css') @endsection @section('content')
ID | الاسم الاول | الاسم الاخير | البريد الالكتروني | رقم الهاتف | العنوان | تاريخ الانشاء | الادارة |
---|---|---|---|---|---|---|---|
{{$customer->id}} | {{$customer->first_name}} | {{$customer->last_name}} | {{$customer->email}} | {{$customer->phone}} | {{$customer->address}} | {{$customer->created_at}} | اضافة أقساط @if($customer->id > 4) @endif |