@extends('admin.master') @section('content')
← Back

Edit Brand

@if ($errors->any())
@endif
@csrf @method('PUT')

Brand Information

@if($brand->logo)

Current Logo

Current Logo
@endif

SEO / Meta

@endsection