@extends('admin/layouts/default') {{-- title --}} @section('title') {{ trans('admin/'.$langFile.'.create-title') }} :: @parent @stop {{-- content --}} @section('content')
@include('admin/notifications')
You must save the body shape first to be able to add images!
{{ trans('admin/general.cancel') }}
@stop @section('scripts') @parent @stop