@extends('component.app') @section('title', 'Brand') @section('active10', 'active') @section('menu1', 'open') @section('content')

Edit Data Brand

@csrf
@if (Auth::user()->role == 'superadmin')
@else
@endif
@if (Auth::user()->role == 'superadmin')
@else @endif
@endsection