@extends('dashboard.app') @section('content')

Front Page Setup

@csrf {{-- @@@@@@@@@@@@@@@@@@@@@@@@@@ --}}

{{-- @@@@@@@@@@@@@@@@@@@@@@@@@@ --}}
@foreach (['facebook', 'youtube', 'instagram'] as $platform)
@endforeach
{{-- @@@@@@@@@@@@@@@@@@ --}}
Guide :
Solid Color Example : #0F0825
Gradient Color Example : linear-gradient(to right, #3b82f6, #ec4899);
{{-- @@@@@@@@@@@@@@@@@@@@ --}}
@endsection