@extends('layouts.admin-layout') @section('title') Edit Brand @endsection @section('content')

Edit Brand

@csrf
{{--FrequentlyAskedQuestions--}}
@if($find_brand->brandOption->count() > 0) @foreach($find_brand->brandOption as $index => $brandOption)
Image Preview
@endforeach @else
Image Preview
@endif
@endsection @section('script') @endsection