@extends('backend.app') @push('css') @endpush @section('content')

Style (Colors)

@if(Session::has('msg'))
{{ Session::get('msg') }}
@endif
@csrf @method('PUT') {{-- ================= PRIMARY COLORS ================= --}}
Primary Colors
Button text / primary text
Gradient middle
Gradient end
Gradient Text Preview
{{-- ================= FOOTER THEME (ALL COLORS) ================= --}}
Footer Theme (All Colors)
{{-- Footer Background Gradient --}}
{{-- Footer Text + Hover + Subtitle --}}
{{-- Footer Border Gradient --}}
{{-- Pills --}}
{{-- Underline --}}
{{-- Social --}}
{{-- Mobile Nav --}}
{{-- Mobile Home Center --}}
@endsection @push('js') @endpush