@extends('layouts.app') @section('content')

{{ $brand->exists?'Edit':'Add' }} Brand / Page

@csrf @if($brand->exists)@method('put')@endif
@endsection