@extends('layout.layout') {{-- Content --}} @section('content')
{{csrf_field()}}
@if($errors->has('terms')) @foreach ($errors->get('terms') as $error)
{{$error}}
@endforeach @endif
@endsection {{-- Script --}} @push('scripts') @endpush