@extends('admin.layouts.admin') @section('title') index brands @endsection @section('style') @endsection @section('script') @endsection @section('content')
لیست برند ها ({{ $brands->total() }})
ایجاد برند
@foreach ($brands as $key => $brand) @endforeach
# نام تصویر عملیات
{{ $brands->firstItem() + $key }} {{ $brand->name }}
{{ $brands->render() }}

Loading...
@include('admin.brands.modal') @include('admin.brands.alertModal') @endsection