@extends('admin.layout.master') @section('body')

{{$page_title}}

{{ csrf_field() }}
Terms
@if ($errors->has('terms'))
{{ $errors->first('terms') }}
@endif




@endsection @section('script') @stop