@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('css/cropper.css')!!} {!! HTML::style('admin/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css') !!} {!! HTML::style('admin/global/plugins/bootstrap-toastr/toastr.min.css') !!} @stack('general-styles') @stack('mail-styles') @stop @section('content')
Settings
@yield('settingBody')
@stop @section('footer') {!! HTML::script('admin/pages/scripts/ui-toastr.js') !!} @stack('general-scripts') @stack('mail-scripts') @stack('file-upload-scripts') @stack('other-scripts') @stack('footer-scripts') @stop