@extends('admin.layouts.master') @section('title', 'Add Brand') @section('content')
{{ $errors->first('name') }}
{{ $errors->first('type') }}
{{ $errors->first('description') }}