@extends('backend.layouts.app') @section('content')
@if($errors->any()) @endif

My Brands

@if(auth()->user()->user_type_id == 2) @if($user->fb_pages != '[]') @else @endif @endif
@include('backend.my-account.my-brand.index_ajax')
@include('backend.my-account.my-brand._form') @include('backend.my-account.my-brand._form_business_page') @include('backend.my-account.my-brand._form_fb_page')
@endsection @section('after-scripts') @endsection