@extends('admin.app_admin')
@section('admin_content')
{{ LISTING_BRAND }}
{{ SERIAL }} |
{{ PHOTO }} |
{{ NAME }} |
{{ SLUG }} |
{{ ACTION }} |
@php $i=0; @endphp
@foreach($listing_brand as $row)
{{ $loop->iteration }} |
 }}) |
{{ $row->listing_brand_name }} |
{{ $row->listing_brand_slug }} |
|
@endforeach
@endsection