@extends('layouts.master_admin')
@section('title') Agregar Marca @endsection
@section('css')
@endsection
@section('content')
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('js')
@endsection