@extends('layouts.app') @section('content')
@csrf @if($opt == "brand") @else @endif
@if ($errors->has('data')) {{ $errors->first('data') }} @endif
@if($opt == "brand") Batal @else Batal @endif
@endsection