@extends('layouts.master_admin') @section('title') Editar Producto @endsection @section('css') @endsection @section('content')

Editar Marca {{$brand->name}}

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Logo

General

@endsection @section('js') @endsection