@extends('dashboard.layouts.master') @section('title', 'Settings') @section('css') @endsection @section('content')
@csrf
@foreach ($headerSliderTitleDesc as $sliderTitleDesc)

@endforeach
@csrf
@endsection