@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Create Privacy & Terms Pages Contents') }}

@csrf
{{ __('Privacy Policy Page') }}
@error('privacy')

{{ $errors->first('privacy') }}

@enderror
{{ __('Terms & Conditions Page') }}
@error('terms')

{{ $errors->first('terms') }}

@enderror
@endsection @section('js') @endsection