@extends('layouts.master') @section('title') Social Media Setting @endsection @section('css') @endsection @section('body') @endsection @section('content') @component('components.breadcrumb') @slot('page_title') Social Media Setting @endslot @slot('subtitle') Setting @endslot @endcomponent

Social Media Setting

@if (session('success')) @endif
@csrf @method('PUT') {{--
--}}
{{--
--}}
@endsection @section('scripts') @endsection