@extends('layout.master', ['headerTitle' => 'Edit Terms-Privacy']) @section('style') @endsection @section('body')

Edit Terms-Privacy

@csrf @method('PUT')
@error('selection'){{$message}}@enderror
@error('description'){{$message}}@enderror
@endsection @push('scripts') @endpush