@extends('layouts.master') @section('title') Facebook Pages @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('title')@endslot @endcomponent @if (Session::get('error'))
{{ Session::get('error') }}
@endif @if (Session::get('success'))
{{ Session::get('success') }}
@endif

Facebook Page Details

@csrf
{{-- --}}
Instagram Account Details :

If you have an instagram account please connect with facebook page.
If doesn't have instagram account, sign up or create account with facebook.

Kindly follow the below instruction

Go to Facebook Account

Click on Meta Business Suite

Select Your Facebook Page

Open Inbox

Click On Instagram option From Menu

Connect Instagram

Now You can follow the procedure Instagram account creation

@endsection @section('script') @endsection