@extends('layouts.master_admin') @section('title') Agregar Marca @endsection @section('css') @endsection @section('content')

Agregar Marca

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

Logotipo

General

@endsection @section('js') @endsection