@extends('Layouts.adminLayout') @section('title') {{__('Insert Brand')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Brand')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif
@endsection