@extends('layouts.admin') @section('title') Info Pages @endsection @section('content')
@csrf @method('post')

Terms and Conditions

Text Here

@if ($errors->has('terms_and_condition')) {{ $errors->first('terms_and_condition') }} @endif

Privacy Policy

Text Here

@if ($errors->has('privacy_policy')) {{ $errors->first('privacy_policy') }} @endif

Cookie Policy

Text Here

@if ($errors->has('cookie_policy')) {{ $errors->first('cookie_policy') }} @endif
Discard
@push('page_script') @endpush @endsection