@extends('template.app') @section('title', 'Edit Merek') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
Edit Merek
@csrf @method('PUT')
@if($brand->logo) Current Logo @endif
Batal
@endsection @section('js') @endsection