@extends('admin.includes.masterpage-admin') @section('content')

Google Analytics


@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
{{csrf_field()}}

@stop @section('footer') @stop