@extends('admin.layouts.admin_master') @section('title', 'Terms Of Service Page') @section('content')

Terms Of Service Page

Body

@csrf
@error('headline') {{$message}} @enderror
@error('description') {{$message}} @enderror
@endsection @section('script') @endsection