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