@extends('backend.layouts.main') @section('panel')
@if (Route::is('admin.settings.contact_edit'))

Contact Edit

@csrf
@else

Contact Create

@csrf
@endif

Contact List

@foreach ($contact as $item) @endforeach
# Icon Title Url Action
{{ $loop->iteration }} {{ $item->icon }} {{ $item->title }} {{ $item->url }}
@endsection