@extends('layout.default') @section('content') @section('page_toolbar') Back @endsection @if ($errors->any())
@endif
Name {!! $data->school !!}
Email {!! $data->username !!}
Address {!! $data->address !!}
Country {!! $data->country !!}
City {!! $data->city !!}
Region {!! $data->region !!}
Postal Code {!! $data->postcode !!}
School Code {!! $data->school_code !!}
@endsection