@extends('backend.layouts.app')
@section('content')
@if($errors->any())
{{$errors->first()}}
@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