@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Brand Information') }}

{{ __('Back to Brands List') }}
@csrf
{{ __('Company / Brand Name') }}
@error('name')

{{ $errors->first('name') }}

@enderror
{{ __('Website') }}
@error('website')

{{ $errors->first('website') }}

@enderror
{{ __('Industry') }}
@error('industry')

{{ $errors->first('industry') }}

@enderror
{{ __('Tagline') }}
@error('tagline')

{{ $errors->first('tagline') }}

@enderror
{{ __('Target Audience') }}
@error('audience')

{{ $errors->first('audience') }}

@enderror
{{ __('Tone of Voice') }}
{{ __('Company / Brand Description') }}
@error('description')

{{ $errors->first('description') }}

@enderror

{{ __('Products or Services Information') }}

@endsection @section('js') @endsection