@extends('admin.layout.main') @push('styles') @endpush @section('content')

@csrf @method('PUT')
{!! $privacyContent->body ?? '' !!}
@csrf @method('PUT')
{!! $termsContent->body ?? '' !!}
@csrf @method('PUT')
{!! $rulesContent->body ?? '' !!}
@csrf @method('PUT')
{!! $aboutContent->body ?? '' !!}
@csrf @method('PUT')
{!! $pickleBallTermsContent->body ?? '' !!}
@endsection @push('script') @endpush