@extends('Layouts.adminLayout') @section('title') {{__('Category And Brand')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Category And Brand')}}

@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@php $i=1; @endphp @foreach($data['CategoryBrand'] as $value) @endforeach
{{__('Index')}} {{__('Category')}} {{__('Brand')}} {{__('Possibilities')}}
{{$i++}} @if(count($value->Category)>0) {{$value->Category[0]->title}} @endif @if(count($value->Brand)>0) {{$value->Brand[0]->title}} @endif
@endsection @section('script') @endsection