@extends('admin.layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content')
@csrf
@foreach($imageSettings as $imageseting)

@endforeach
@endsection @section('js') @endsection