@extends('account.my-account') @section('account-content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if (isset($errors) and $errors->any())
{{ t('Oops ! An error has occurred. Please correct the red fields in the form') }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
MANAGE BRANDS
{!! csrf_field() !!}
Fatal error: Uncaught Error: Call to undefined function old() in /var/www/html/resources/views/account/manage-brands.blade.php:63 Stack trace: #0 {main} thrown in /var/www/html/resources/views/account/manage-brands.blade.php on line 63