@extends('admin.layouts.main') @php $page_name = 'Brand'; @endphp @section('content')

Add {{ $page_name }}

@if ($edit) @endif @csrf
Max size: 2MB, Format: PNG, Ratio: 1:1 Preview
{{ $page_name }} List
@foreach ($brands as $key => $brand) @endforeach
# Brand Name Logo Active Actions
{{ $key + 1 }} {{ $brand->name }} @if ($brand->logo != '') Logo @else N/A @endif {{ $brand->active ? 'Yes' : 'No' }} Edit
{{ $brands->links() }}
@endsection @section('script') @endsection