@extends('layouts.app_admin') @section('content') Dashboard > Brand List > Edit Brand {{ csrf_field() }} Brand Name* @if ($errors->has('brand_name')) {{ $errors->first('brand_name') }} @endif Brand Image* Browse @if ($errors->has('brand_image')) {{ $errors->first('brand_image') }} @endif Status* Select Brand Status status == 'active') selected @endif>Active status == 'inactive') selected @endif>Inactive Update Cancel