@extends("User::dashboard.master")
@section('title')
SocioBoard | Private Image Library
@endsection
@section('style')
@endsection
@section("public_library")
Private Image Library
@if($errors->any())
{{$errors->first()}}
@endif
@endsection
{{--@include('Schedule::imageLibrary.incJsUploadViewImageModal')--}}
@section("script")
@include('Schedule::imageLibrary.incUploadImageJs')
@endsection