@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
@includeIf('brand::image_brand_form')
{{-- End Tap --}}
@includeIf('brand::form_brand') {{-- @includeIf('brand::form_brand') --}}
@if (mwz_roles('admin.brand.brand.save')) @endif {{-- --}}
@endsection('content') @section('scripts') @endsection