@extends('admin.layouts.master-soyuz') @section('title',__('Edit Social Icon')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Edit Social Icon') }} @endslot @slot('menu1') {{ __("Social Icon") }} @endslot @slot('menu2') {{ __("Edit Social Icon") }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
​ ​
@if ($errors->any()) @endif
{{__("Edit Social Icon")}} @if($row->icon == 'fb') {{__("Facebook")}} @elseif($row->icon == 'tw') {{__("Twitter")}} @else {{ ucfirst($row->icon) }} @endif
{{csrf_field()}} {{method_field('PUT')}}
{{ __("Please choose icon") }}


({{__("Please Choose Status")}})
@endsection