@extends('layouts.master') @section('title') Instagram Account Settings @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

Instagram Account Setting

@csrf
{{-- --}}
@endsection @section('script') @endsection