@extends('layout.master') @push('plugin-styles') {!! Html::style('/assets/plugins/cropperjs/cropper.min.css') !!} @endpush @section('content')

CropperJs

Read the Official CropperJs Documentation for a full list of instructions and other options.

cropper
Cropped Image:
@endsection @push('plugin-scripts') {!! Html::script('/assets/plugins/cropperjs/cropper.min.js') !!} @endpush @push('custom-scripts') {!! Html::script('/assets/js/cropper.js') !!} @endpush