@extends('admin.layouts.master') @section('title',__('Social')) @section('content')

@lang('Socials List') @lang('Add New')

@foreach($works as $data) @endforeach
@lang('Icon') @lang('Action')
@lang('View/Edit') @lang('Delete')
@endsection @section('script') @endsection