@extends("admin/layouts.master") @section('title','Widgtes footer | ') @section("body")
Widget Footer
@foreach($socials as $social) @endforeach
Id Widget Name Widget Psition Menu Name Url Status Action
{{$i++}} {{$social->widget_name}} {{$social->widget_position}} {{$social->menu_name}} {{$social->url}} @if($social->status=='1') {{'Yes'}} @else {{'No'}} @endif Edit
{{csrf_field()}} {{method_field("DELETE")}}
@endsection