@extends('layouts.admin') @section('content')

Layout Settings

@if (session('success'))
{{ session('success') }}
@endif
@csrf {{-- Layout Section: Header --}}

Header Layout

{{-- Layout Section: Category --}}

Category Layout

{{-- Layout Section: Deal Card --}}

Deal Card Layout

{{-- Layout Section: Footer --}}

Footer Layout

@endsection