@extends('layouts.backend.app') @section('title') {{$title}} @stop @push('css') @endpush @section('content')

{{$title}}

{{-- model end --}}
@foreach($brands as $key=>$brand) @endforeach
SL Image Serial Name Slug Feature Action
{{ $key + 1 }} {{ $brand->serial }} {{ $brand->name }} {{ $brand->slug }} {{ $brand->feature }}
{{$brands->onEachSide(2)->links()}}
@endsection @push('js') @endpush