@extends('default.layout') @section('content')

{{{ isset($model) ? "Editar": "Cadastrar" }}} Modelo

@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@if($errors->has('brand_id'))
{{ $errors->first('brand_id') }}
@endif
Imagem
@if($errors->has('img'))
{{ $errors->first('img') }}
@endif
@isset($model) img}")}}"> @endisset


@endsection