@extends('dashboard.parent') @section('title',__('pages.share_notes')) @section('page_name',__('pages.add_new')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{-- form --}} @include('dashboard.share-notes._form', ['users' => $users , 'function' => 'store']) {{-- end form --}}
@endsection @section('js') @endsection