@extends('admin.layout.app') @section('content')
{{-- Card --}}
Edit Cookie Policy
@csrf {{-- Founder Name --}}
@if ($errors->has('heading'))
{{ $errors->first('heading') }}
@endif
{{-- Founder Content --}}
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
{{-- Submit --}}
{{-- /Card --}}
@endsection