@extends('admin.app_admin') @section('admin_content')

{{ LISTING_BRAND }}

@php $i=0; @endphp @foreach($listing_brand as $row) @endforeach
{{ SERIAL }} {{ PHOTO }} {{ NAME }} {{ SLUG }} {{ ACTION }}
{{ $loop->iteration }} {{ $row->listing_brand_name }} {{ $row->listing_brand_slug }}
@endsection