@extends('Frontend.Layouts.modal') @section('modal_class', 'modal-lg') @section('title') {!!trans('front.sharing')!!} @stop @section('body')
@include('Frontend.Sharing.send_form')
@include('Frontend.Sharing.table')
@stop @section('buttons') @stop