@extends('Admin.components.layout') @section('title') Privacy Policy @endsection @section('subtitle') Privacy Policy @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
Cancel
@endsection @section('js') @endsection