@extends('souq.layout.master')
@section('title', "الشركات")
@section('content')
{{-- @include('admin.layout.message')--}}
# |
الاسم |
الجوال |
الوصف |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->name}} |
{{$row->mobile}} |
{{$row->description}} |
|
@endforeach
@stop