@extends('admin.includes.masterpage-admin') @section('content')

Social Links


@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
{{csrf_field()}}
@if($social->f_status == "enable") @else @endif
@if($social->g_status == "enable") @else @endif
@if($social->t_status == "enable") @else @endif
@if($social->link_status == "enable") @else @endif

@stop @section('footer') @stop