@extends('superadmin.layout.app') @section('title', 'Election Portal - Edit Social Media') @section('content')

Edit Social Media

Back
{!! Form::model($info, ['method' => 'patch', 'files' => true, 'route' => ['sasocial.update', $info->id]]) !!} @csrf
@php $data=App\Models\SocialMedia::where('name',$info->name)->value('id'); @endphp
{!! Form::select('id',[''=>'--Select Vidhan Sabha Name --']+$vidhansabha,old('id',$data),array('class'=>'form-control chosen','required')) !!}
{{ $errors->first('id')}}
{{ $errors->first('link') }}
@endsection @push('footerscript') @endpush