@extends('layouts.master') @section('content')
TPHA Social Network Accounts
@if($socials_page->count() != 0) @foreach ($socials_page as $item)
@csrf
@endforeach @else
@csrf
@endif
@endsection