@extends('back.layouts.main')
@section('title', 'الموردين')
@section('content')
# |
الاسم |
Actions |
@if ($data->isNotEmpty())
@foreach ($data as $row)
{{ $row->id }} |
{{ $row->name }} |
|
@endforeach
@else
No Data Available |
@endif
@stop
@push('footer')
@endpush
@section('breadcrumbs')
الموردين
@stop