@extends('admin/layouts/default') {{-- Page title --}} @section('title') Create a new team member :: @parent @stop {{-- Page content --}} @section('content')
@include('admin/notifications')
{{--
--}}
{{ str_finish(URL::to('/' . defaultLanguage() . '/'), '/') }}
Cancel
@stop @section('scripts') @stop