@extends('admin.layouts.master-soyuz') @section('title',__('Footer Social Icon Setting | ')) @section('body') @component('admin.component.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Social Icon Setting') }} @endslot @slot('menu1') {{ __("Social Icon") }} @endslot​ @slot('button')
{{ __('Add Social Icon') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Social Icon Setting') }}
@foreach($socials as $social) @endforeach
{{ __('ID') }} {{ __('Url') }} {{ __('Icon') }} {{ __('Status') }} {{ __('Action') }}
{{$i++}} {{$social->url}} {{ ucfirst($social->icon) }}
{{csrf_field()}}
​ ​ @endsection