@extends('layouts.admin.e-commerce.app') @section('title', 'Brand Information') @section('content')

Brand Information

Brand Information

Cover Photo @if ($brand->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif
Name {{$brand->name}}
Description {{$brand->description}}
Status @if ($brand->status) Active @else Disable @endif
@endsection